|
24 | 24 | "gendeps:exp": "../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json",
|
25 | 25 | "pregendeps:lite": "node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js",
|
26 | 26 | "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'", |
28 | 28 | "test:lite:browser": "karma start --single-run --lite",
|
29 | 29 | "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", |
32 | 32 | "test:exp:browser": "karma start --single-run --exp",
|
33 | 33 | "test:exp:browser:debug": "karma start --single-run --exp --auto-watch",
|
34 | 34 | "test": "run-s lint test:all",
|
35 | 35 | "test:ci": "node ../../scripts/run_tests_in_ci.js",
|
36 | 36 | "test:all": "run-s test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite",
|
37 | 37 | "test:browser": "karma start --single-run",
|
38 | 38 | "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'", |
40 | 40 | "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'", |
42 | 42 | "test:node:persistence:prod": "node ./scripts/run-tests.js --main=index.node.ts --persistence 'test/{,!(browser)/**/}*.test.ts'",
|
43 | 43 | "test:travis": "ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/firestore-test-runner.ts",
|
44 | 44 | "test:minified": "(cd ../../integration/firestore ; yarn test)",
|
|
0 commit comments