@cypress/mount-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
# [@cypress/mount-utils-v1.0.2](https://github.com/cypress-io/cypress/compare/@cypress/mount-utils-v1.0.1...@cypress/mount-utils-v1.0.2) (2021-04-30) | ||
### Bug Fixes | ||
* avoid unmounting React components twice ([#16280](https://github.com/cypress-io/cypress/issues/16280)) ([bd629d3](https://github.com/cypress-io/cypress/commit/bd629d307eca9165b2c6f44ff87164a9e07a3eb5)) | ||
# [@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) | ||
@@ -2,0 +9,0 @@ |
@@ -123,3 +123,3 @@ export const ROOT_ID = '__cy_root'; | ||
// @ts-ignore | ||
beforeEach(() => { | ||
Cypress.on('test:before:run', () => { | ||
optionalCallback === null || optionalCallback === void 0 ? void 0 : optionalCallback(); | ||
@@ -126,0 +126,0 @@ cleanupStyles(); |
{ | ||
"name": "@cypress/mount-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Shared utilities for the various component testing adapters", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
8187