File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- delay : true ,
3- reporter : 'mocha-multi-reporters'
2+ // Seemingly not being picked up (Node 8 only?), so just expressing on CL for now
3+ // See https://github.com/stanleyhlng/mocha-multi-reporters/pull/61
4+ // delay: true,
5+ // reporter: 'mocha-multi-reporters'
46} ;
Original file line number Diff line number Diff line change 121121 "open-docs" : " open-cli http://localhost:8084/docs/ts/ && npm start" ,
122122 "coverage" : " open-cli http://localhost:8084/coverage/ && npm start" ,
123123 "coverage-badge" : " coveradge --color brightgreen badges/coverage-badge.svg" ,
124- "mocha" : " mocha --require esm --require test-helpers/node-env.js --reporter-options configFile=mocha-multi-reporters.json test" ,
124+ "mocha" : " mocha --require esm --require test-helpers/node-env.js --reporter=mocha-multi-reporters --delay --reporter -options configFile=mocha-multi-reporters.json test" ,
125125 "test" : " npm run rollup && npm run mocha" ,
126126 "test-cov" : " rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge" ,
127127 "open" : " open-cli http://localhost:8084/demo/ && npm start" ,
You can’t perform that action at this time.
0 commit comments