File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"scripts" : {
13
13
"dev" : " echo \" Implement me!\" " ,
14
- "test:unit" : " NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'" ,
14
+ "test:unit" : " NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'" ,
15
15
"test" : " yarn test:unit" ,
16
16
"lint:code" : " eslint *.js lib/ --ext .js --cache" ,
17
17
"lint" : " yarn lint:code && yarn lint:test" ,
Original file line number Diff line number Diff line change 7
7
"main" : " index.js" ,
8
8
"scripts" : {
9
9
"dev" : " echo \" Implement me!\" " ,
10
- "test:unit" : " NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'" ,
10
+ "test:unit" : " NODE_ENV=testing c8 --all --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'" ,
11
11
"test" : " yarn test:unit" ,
12
12
"lint:code" : " eslint *.js lib/ --ext .js --cache" ,
13
13
"lint" : " yarn lint:code && yarn lint:test" ,
You can’t perform that action at this time.
0 commit comments