jest-localstorage-mock
Advanced tools
Comparing version 2.4.9 to 2.4.10
{ | ||
"name": "jest-localstorage-mock", | ||
"version": "2.4.9", | ||
"version": "2.4.10", | ||
"description": "Auto mock all localstorage and sessionstorage APIs for your Jest tests", | ||
@@ -5,0 +5,0 @@ "main": "dist/setup.js", |
@@ -176,4 +176,2 @@ Use this module with [Jest](https://facebook.github.io/jest/) to run web tests | ||
localStorage.setItem.mockClear(); | ||
// you can also directly reset the storage (same as .clear above) | ||
localStorage.__STORE__ = {}; | ||
}); | ||
@@ -180,0 +178,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20630
199