@cypress/mount-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
# [@cypress/mount-utils-v1.0.1](https://github.com/cypress-io/cypress/compare/@cypress/mount-utils-v1.0.0...@cypress/mount-utils-v1.0.1) (2021-04-26) | ||
### Bug Fixes | ||
* **webpack-dev-server:** remove hard dependency on html-webpack-plugin v4 ([#16108](https://github.com/cypress-io/cypress/issues/16108)) ([4cfe4b1](https://github.com/cypress-io/cypress/commit/4cfe4b1971c615d615c05ce35b9f7dd5ef8315fc)) | ||
# @cypress/mount-utils-v1.0.0 (2021-04-21) | ||
@@ -2,0 +9,0 @@ |
@@ -122,2 +122,3 @@ export const ROOT_ID = '__cy_root'; | ||
}); | ||
// @ts-ignore | ||
beforeEach(() => { | ||
@@ -124,0 +125,0 @@ optionalCallback === null || optionalCallback === void 0 ? void 0 : optionalCallback(); |
{ | ||
"name": "@cypress/mount-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Shared utilities for the various component testing adapters", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
7796
180