We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe96ef commit e6d4423Copy full SHA for e6d4423
gruntfile.js
@@ -16,7 +16,7 @@ module.exports = function (grunt) {
16
17
simplemocha: {
18
options: {
19
- reporter: 'List'
+ reporter: 'list'
20
},
21
all: {src: ['test/**/*.js']}
22
}
0 commit comments