File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"pretest" : " mkdirp dist && browserify src/namespace.test.js -o dist/namespace.test.js" ,
7
7
"test" : " karma start --single-run" ,
8
- "test:ci" : " node ../../scripts/run_tests_in_ci.js"
8
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test "
9
9
},
10
10
"devDependencies" : {
11
11
"firebase" : " 7.18.0" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.2.1" ,
5
5
"scripts" : {
6
6
"test" : " tsc" ,
7
- "test:ci" : " node ../../scripts/run_tests_in_ci.js"
7
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test "
8
8
},
9
9
"devDependencies" : {
10
10
"firebase" : " 7.18.0" ,
Original file line number Diff line number Diff line change 7
7
"build:persistence" : " INCLUDE_FIRESTORE_PERSISTENCE=true gulp compile-tests" ,
8
8
"build:memory" : " INCLUDE_FIRESTORE_PERSISTENCE=false gulp compile-tests" ,
9
9
"test" : " yarn build:memory; karma start --single-run; yarn build:persistence; karma start --single-run;" ,
10
- "test:ci" : " node ../../scripts/run_tests_in_ci.js" ,
10
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test " ,
11
11
"test:persistence" : " yarn build:persistence; karma start --single-run" ,
12
12
"test:persistence:debug:" : " yarn build:persistence; karma start --auto-watch --browsers Chrome" ,
13
13
"test:memory" : " yarn build:memory; karma start --single-run" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.2.1" ,
5
5
"scripts" : {
6
6
"test" : " karma start --single-run" ,
7
- "test:ci" : " node ../../scripts/run_tests_in_ci.js"
7
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test "
8
8
},
9
9
"devDependencies" : {
10
10
"firebase" : " 7.18.0" ,
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"pretest" : " webpack" ,
7
7
"test" : " karma start --single-run" ,
8
- "test:ci" : " node ../../scripts/run_tests_in_ci.js"
8
+ "test:ci" : " node ../../scripts/run_tests_in_ci.js -s test "
9
9
},
10
10
"devDependencies" : {
11
11
"firebase" : " 7.18.0" ,
You can’t perform that action at this time.
0 commit comments