We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f759669 commit 259aa9fCopy full SHA for 259aa9f
testem.js
@@ -5,7 +5,8 @@ module.exports = {
5
6
launchers: {
7
node: {
8
- command: 'npm test'
+ command: 'npm test --testdouble:mocha_reporter=tap',
9
+ protocol: 'tap'
10
}
11
12
};
0 commit comments