|
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 --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'", |
| 27 | + "test:lite": "node ./scripts/run-tests.js --emulator --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'", |
| 28 | + "test:lite:prod": "node ./scripts/run-tests.js --platform node_lite --main=lite/index.ts 'lite/test/**/*.test.ts'", |
28 | 29 | "test:lite:browser": "karma start --single-run --lite",
|
29 | 30 | "test:lite:browser:debug": "karma start --single-run --lite --auto-watch",
|
30 | 31 | "test:exp": "node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts",
|
| 32 | + "test:exp:prod": "node ./scripts/run-tests.js --main=exp/index.ts test/integration/api/*.test.ts", |
31 | 33 | "test:exp:persistence": "node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts",
|
| 34 | + "test:exp:persistence:prod": "node ./scripts/run-tests.js --persistence --main=exp/index.ts test/integration/api/*.test.ts", |
32 | 35 | "test:exp:browser": "karma start --single-run --exp",
|
33 | 36 | "test:exp:browser:debug": "karma start --single-run --exp --auto-watch",
|
34 | 37 | "test": "run-s lint test:all",
|
35 | 38 | "test:ci": "node ../../scripts/run_tests_in_ci.js",
|
36 |
| - "test:all": "run-p test:browser test:lite:browser test:exp:browser test:travis test:minified test:exp test:lite", |
| 39 | + "test:all": "run-p test:browser test:lite:browser test:exp:browser test:travis test:minified", |
37 | 40 | "test:browser": "karma start --single-run",
|
38 | 41 | "test:browser:debug": "karma start --browsers=Chrome --auto-watch",
|
39 | 42 | "test:node": "node ./scripts/run-tests.js --main=index.node.ts --emulator 'test/{,!(browser)/**/}*.test.ts'",
|
|
0 commit comments