Skip to content

Commit 259aa9f

Browse files
committed
configure testem to use tap reporter
1 parent f759669 commit 259aa9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testem.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55

66
launchers: {
77
node: {
8-
command: 'npm test'
8+
command: 'npm test --testdouble:mocha_reporter=tap',
9+
protocol: 'tap'
910
}
1011
}
1112
};

0 commit comments

Comments
 (0)