File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
"gendeps:exp" : " ../../scripts/exp/extract-deps.sh --types ./exp-types/index.d.ts --bundle ./dist/exp/tmp.js --output ./exp/dependencies.json" ,
24
24
"pregendeps:lite" : " node scripts/build-bundle.js --input ./lite/index.ts --output ./dist/lite/tmp.js" ,
25
25
"gendeps:lite" : " ../../scripts/exp/extract-deps.sh --types ./lite-types/index.d.ts --bundle ./dist/lite/tmp.js --output ./lite/dependencies.json" ,
26
- "test:lite" :" node ./scripts/run-tests.js --emulator --main=lite/index.ts 'lite/test/**/*.test.ts'" ,
26
+ "test:lite" : " node ./scripts/run-tests.js --emulator --main=lite/index.ts 'lite/test/**/*.test.ts'" ,
27
27
"test:lite:browser" : " karma start --single-run --lite" ,
28
28
"test:lite:browser:debug" : " karma start --single-run --lite --auto-watch" ,
29
29
"test:exp" : " node ./scripts/run-tests.js --emulator --main=exp/index.ts test/integration/api/*.test.ts" ,
30
- "test:exp:persistence" :" node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts" ,
30
+ "test:exp:persistence" : " node ./scripts/run-tests.js --emulator --persistence --main=exp/index.ts test/integration/api/*.test.ts" ,
31
31
"test:exp:browser" : " karma start --single-run --exp" ,
32
32
"test:exp:browser:debug" : " karma start --single-run --exp --auto-watch" ,
33
33
"test" : " run-s lint test:all" ,
You can’t perform that action at this time.
0 commit comments