Skip to content

Commit e6d4423

Browse files
committed
fix gruntfile
1 parent abe96ef commit e6d4423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (grunt) {
1616

1717
simplemocha: {
1818
options: {
19-
reporter: 'List'
19+
reporter: 'list'
2020
},
2121
all: {src: ['test/**/*.js']}
2222
}

0 commit comments

Comments
 (0)