Comparing version 1.0.3 to 1.0.4
@@ -48,2 +48,3 @@ 'use strict'; | ||
delete expect[MATCHER_NAME]; | ||
// @ts-ignore TS2304: Cannot find name 'global'. | ||
delete global[Symbol.for('$$jest-matchers-object')].matchers[MATCHER_NAME]; | ||
@@ -50,0 +51,0 @@ } |
{ | ||
"name": "jestor", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Utility for creating mock implementation, defining how Jest mocks should behave", | ||
@@ -43,10 +43,10 @@ "type": "commonjs", | ||
"@commitlint/config-conventional": "8.3.4", | ||
"@types/jest": "25.1.3", | ||
"@types/jest": "25.1.4", | ||
"codecov": "3.6.5", | ||
"husky": "4.2.3", | ||
"jest": "25.1.0", | ||
"lint-staged": "10.0.8", | ||
"jest": "25.2.3", | ||
"lint-staged": "10.0.10", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "1.19.1", | ||
"rollup": "1.32.0", | ||
"prettier": "2.0.2", | ||
"rollup": "2.2.0", | ||
"rollup-plugin-typescript": "1.0.1", | ||
@@ -53,0 +53,0 @@ "ts-jest": "25.2.1", |
14754
112