mock-async-storage
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "mock-async-storage", | ||
"title": "Jest Mock AsyncStorage for react-native", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Its a mock of react-native AsyncStorage for jest tests", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -69,3 +69,3 @@ <!-- TITLE/ --> | ||
```JavaScript | ||
const MockAsyncStorage = require('mock-async-storage'); | ||
import MockAsyncStorage from 'mock-async-storage'; | ||
// or import { mock, release } from 'mock-async-storage'; | ||
@@ -72,0 +72,0 @@ // mock(); |
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
127333
11
392