@ficusjs/testing
Advanced tools
+13
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| ## [1.0.1] - 2021-05-01 | ||
| - Fix missing global Node | ||
| ## [1.0.0] - 2021-04-20 | ||
| - Initial release |
+1
-1
| { | ||
| "name": "@ficusjs/testing", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Helper functions for component testing", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-0
@@ -6,2 +6,3 @@ import { JSDOM } from 'jsdom' | ||
| globalThis.dom = dom | ||
| globalThis.Node = dom.Node | ||
| globalThis.window = dom.window | ||
@@ -8,0 +9,0 @@ globalThis.document = dom.window.document |
6034
6.65%7
16.67%19
5.56%