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 1
1
module . 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'
4
6
} ;
Original file line number Diff line number Diff line change 121
121
"open-docs" : " open-cli http://localhost:8084/docs/ts/ && npm start" ,
122
122
"coverage" : " open-cli http://localhost:8084/coverage/ && npm start" ,
123
123
"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" ,
125
125
"test" : " npm run rollup && npm run mocha" ,
126
126
"test-cov" : " rm -Rf ./coverage && rm -Rf ./node_modules/.cache && nyc --all npm run mocha && npm run coverage-badge" ,
127
127
"open" : " open-cli http://localhost:8084/demo/ && npm start" ,
You can’t perform that action at this time.
0 commit comments