File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ include :
2
+ - " src/"
3
+ exclude :
4
+ - " src/polyfills"
5
+ clean : true
6
+ temp-directory : " coverage"
7
+ skip-full : true
8
+ reporter : [json, html, text]
Original file line number Diff line number Diff line change 26
26
"test" : " npm run lint && npm run check && npm run testonly" ,
27
27
"test:ci" : " npm run lint -- --no-cache && npm run check && npm run testonly:cover" ,
28
28
"testonly" : " mocha --full-trace src/**/__tests__/**/*-test.js" ,
29
- "testonly:cover" : " nyc --clean --skip-full --reporter json --reporter html --reporter text -- npm run testonly" ,
29
+ "testonly:cover" : " nyc npm run testonly" ,
30
30
"lint" : " eslint --cache --report-unused-disable-directives src" ,
31
31
"benchmark" : " node ./resources/benchmark.js" ,
32
32
"prettier" : " prettier --write --list-different 'src/**/*.js'" ,
You can’t perform that action at this time.
0 commit comments