Skip to content

Commit df76f5a

Browse files
WIP
1 parent 4b39cd4 commit df76f5a

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
@@ -25,16 +25,16 @@
2525
"pretest:exp": "yarn build:exp",
2626
"pregendeps:lite": "yarn build:lite",
2727
"gendeps:lite": "../../scripts/exp/extract-deps.sh --types ./lite/index.d.ts --bundle ./dist/lite/index.node.esm2017.js --output ./lite/test/dependencies.json",
28-
"test:exp": "node ./scripts/run-tests.js --client=exp/index.node.ts test/integration/api/*.test.ts",
28+
"test:exp": "node ./scripts/run-tests.js --main=exp/index.node.ts test/integration/api/*.test.ts",
2929
"test": "run-s lint test:all",
3030
"test:ci": "node ../../scripts/run_tests_in_ci.js",
3131
"test:all": "run-p test:browser test:travis test:minified",
3232
"test:browser": "karma start --single-run",
3333
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
34-
"test:node": "node ./scripts/run-tests.js --client=index.node.ts --emulator 'test/{,!(browser)/**/}*.test.ts'",
35-
"test:node:prod": "node ./scripts/run-tests.js --client=index.node.ts 'test/{,!(browser)/**/}*.test.ts'",
36-
"test:node:persistence": "node ./scripts/run-tests.js --client=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'",
37-
"test:node:persistence:prod": "node ./scripts/run-tests.js --client=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
34+
"test:node": "node ./scripts/run-tests.js --main=index.node.ts --emulator 'test/**/*.test.ts'",
35+
"test:node:prod": "node ./scripts/run-tests.js --main=index.node.ts 'test/{,!(browser)/**/}*.test.ts'",
36+
"test:node:persistence": "node ./scripts/run-tests.js --main=index.node.ts --persistence --emulator 'test/{,!(browser)/**/}*.test.ts'",
37+
"test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
3838
"test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
3939
"test:minified": "(cd ../../integration/firestore ; yarn test)",
4040
"pretest:lite": "yarn build:lite",

0 commit comments

Comments
 (0)