mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-18 08:20:47 +08:00
[tests][functions] switch tests package
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
const { SAMPLE_DATA } = require('@react-native-firebase/tests-firebase-functions');
|
||||
const { SAMPLE_DATA } = require('@react-native-firebase/private-tests-firebase-functions');
|
||||
|
||||
describe('functions()', () => {
|
||||
describe('namespace', () => {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"@react-native-firebase/common": "6.0.0-alpha.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-firebase/tests-firebase-functions": "^0.0.5"
|
||||
"@react-native-firebase/private-tests-firebase-functions": "^0.0.1"
|
||||
},
|
||||
"rnpm": {
|
||||
"android": {
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -1334,6 +1334,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
|
||||
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
|
||||
|
||||
"@react-native-firebase/private-tests-firebase-functions@^0.0.1":
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-firebase/private-tests-firebase-functions/-/private-tests-firebase-functions-0.0.1.tgz#bbee243641e92a3d50925cb95e95dbcd28f7fc27"
|
||||
integrity sha512-hfz3J6tQlXG7PNfuJLbh486ulN8Q8o8tdiL5TJSXpnEdGZYTqYhka0DFOinU2sr4quxK5O4e6Rsh8tRRcUPrjA==
|
||||
|
||||
"@react-native-firebase/private-tests-helpers@^0.0.5":
|
||||
version "0.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-firebase/private-tests-helpers/-/private-tests-helpers-0.0.5.tgz#48230d1dd9d1587d22cd087308629860e5cbda2c"
|
||||
@@ -1342,11 +1347,6 @@
|
||||
execa "^1.0.0"
|
||||
shelljs "^0.8.3"
|
||||
|
||||
"@react-native-firebase/tests-firebase-functions@^0.0.5":
|
||||
version "0.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-firebase/tests-firebase-functions/-/tests-firebase-functions-0.0.5.tgz#6cf417c1e981b014dfb353888fe1e184141ff49f"
|
||||
integrity sha512-cISbuhGU0lLPsC7qnlAHgPkqPsNSPaG2SPplSYiokRDpt3PBxVEWGCc6/yNeDQzkT+cguzc4eXUqc777x9pzBQ==
|
||||
|
||||
"@samverschueren/stream-to-observable@^0.3.0":
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
|
||||
|
||||
Reference in New Issue
Block a user