Skip to content

Commit 351be56

Browse files
remove emulator
1 parent bab2870 commit 351be56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/firestore/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
"gendeps:exp": "../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json",
2525
"pregendeps:lite": "node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js",
2626
"gendeps:lite": "../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json",
27-
"test:lite": "node ./scripts/run-tests.js --emulator --main=lite/index.ts 'lite/test/**/*.test.ts'",
27+
"test:lite": "node ./scripts/run-tests.js --main=lite/index.ts 'lite/test/**/*.test.ts'",
2828
"test:lite:browser": "karma start --single-run --lite",
2929
"test:lite:browser:debug": "karma start --single-run --lite --auto-watch",
30-
"test:exp": "node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts",
31-
"test:exp:persistence": "node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts",
30+
"test:exp": "node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts",
31+
"test:exp:persistence": "node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts",
3232
"test:exp:browser": "karma start --single-run --exp",
3333
"test:exp:browser:debug": "karma start --single-run --exp --auto-watch",
3434
"test": "run-s lint test:all",
3535
"test:ci": "node ../../scripts/run_tests_in_ci.js",
3636
"test:all": "run-s test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite",
3737
"test:browser": "karma start --single-run",
3838
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
39-
"test:node": "node ./scripts/run-tests.js --main=index.node.ts --emulator 'test/{,!(browser)/**/}*.test.ts'",
39+
"test:node": "node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'",
4040
"test:node:prod": "node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'",
41-
"test:node:persistence": "node ./scripts/run-tests.js --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'",
41+
"test:node:persistence": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
4242
"test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
4343
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
4444
"test:minified": "(cd ../../integration/firestore ; yarn test)",

0 commit comments

Comments
 (0)