File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"ng" : " ng" ,
7
7
"start" : " ng serve" ,
8
8
"build" : " ng build" ,
9
- "test" : " ./node_modules/.bin/mocha ./src/spec/mocha-specs --recursive --reporter spec & ng test --single-run " ,
9
+ "test" : " ./node_modules/.bin/mocha ./src/spec/mocha-specs --recursive --reporter spec" ,
10
10
"test:part2" : " ./node_modules/.bin/mocha ./src/spec/mocha-specs/part2/ --recursive --reporter spec" ,
11
11
"test:part3" : " ./node_modules/.bin/mocha ./src/spec/mocha-specs/part3/ --recursive --reporter spec" ,
12
12
"test:part4" : " ./node_modules/.bin/mocha ./src/spec/mocha-specs/part4/ --recursive --reporter spec" ,
45
45
"@angular/cli" : " 1.6.5" ,
46
46
"@angular/compiler-cli" : " 5.2.0" ,
47
47
"@angular/language-service" : " 5.2.0" ,
48
- "@phenomnomnominal/tsquery" : " ^ 2.1.1" ,
48
+ "@phenomnomnominal/tsquery" : " 2.1.1" ,
49
49
"@types/jasmine" : " 2.8.3" ,
50
50
"@types/jasminewd2" : " 2.0.2" ,
51
51
"@types/node" : " 6.0.60" ,
You can’t perform that action at this time.
0 commit comments