Skip to content

Commit cb12261

Browse files
committed
No port conflict
1 parent 9993f0d commit cb12261

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/rules-unit-testing/firebase.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"emulators": {
33
"firestore": {
4-
"port": 9001
4+
"port": 9003
55
},
66
"database": {
7-
"port": 9000
7+
"port": 9002
88
},
99
"ui": {
1010
"enabled": false

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build:deps": "lerna run --scope @firebase/testing --include-dependencies build",
1414
"dev": "rollup -c -w",
1515
"test:nyc": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --config ../../config/mocharc.node.js",
16-
"test": "firebase emulators:exec 'yarn test:nyc'",
16+
"test": "firebase --debug emulators:exec 'yarn test:nyc'",
1717
"test:ci": "node ../../scripts/run_tests_in_ci.js",
1818
"prepare": "yarn build"
1919
},

0 commit comments

Comments
 (0)