Skip to content

Commit ceca537

Browse files
committed
- Try fix for Travis
1 parent f1503e1 commit ceca537

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.mocharc.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
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'
46
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
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",

0 commit comments

Comments
 (0)