|
25 | 25 | "pretest:exp": "yarn build:exp",
|
26 | 26 | "pregendeps:lite": "yarn build:lite",
|
27 | 27 | "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", |
29 | 29 | "test": "run-s lint test:all",
|
30 | 30 | "test:ci": "node ../../scripts/run_tests_in_ci.js",
|
31 | 31 | "test:all": "run-p test:browser test:travis test:minified",
|
32 | 32 | "test:browser": "karma start --single-run",
|
33 | 33 | "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'", |
38 | 38 | "test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
|
39 | 39 | "test:minified": "(cd ../../integration/firestore ; yarn test)",
|
40 | 40 | "pretest:lite": "yarn build:lite",
|
|
0 commit comments