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 2626 "test" : " npm run lint && npm run check && npm run testonly" ,
2727 "test:ci" : " npm run lint -- --no-cache && npm run check && npm run testonly:cover" ,
2828 "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" ,
3030 "lint" : " eslint --cache --report-unused-disable-directives src" ,
3131 "benchmark" : " node ./resources/benchmark.js" ,
3232 "prettier" : " prettier --write --list-different 'src/**/*.js'" ,
You can’t perform that action at this time.
0 commit comments