react-mock-modules
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-mock-modules", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A collection of react native modules mocked for testing purposes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -91,3 +91,3 @@ /** | ||
break; | ||
case 'success': | ||
case 'authorized': | ||
callback(null,store); | ||
@@ -94,0 +94,0 @@ break; |
@@ -41,3 +41,3 @@ 'use strict'; | ||
const contacts = contacts_function({permission:'success'}); | ||
const contacts = contacts_function({permission:'authorized'}); | ||
@@ -44,0 +44,0 @@ contacts.getAll((err,contacts) => { |
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
9781