From 7f4f7286ffa93fbe84fca9969be4bc1c15ef358f Mon Sep 17 00:00:00 2001 From: Salakar Date: Tue, 17 Apr 2018 18:51:41 +0100 Subject: [PATCH] misc --- .gitignore | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59f29596..dbe7112f 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,6 @@ local.properties **/ios/ReactNativeFirebaseDemo.xcworkspace/ dist version.js +bridge/.nyc_output +ios.coverage.json +tests/ios/Fabric.framework/Fabric diff --git a/package.json b/package.json index 50237762..ac84abac 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "jest": { "preset": "jest-react-native", "setupFiles": [], - "unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modues/react-native-mock", "./node_modules/react-addons-test-utils"] + "unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils"] }, "license": "APACHE-2.0", "keywords": ["react", "admob", "auth", "config", "digits", "fabric", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics"],