Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit c9065ae

Browse files
committed
switching up test reporter to spec
1 parent 6478587 commit c9065ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ module.exports = function (grunt) {
1212
test: 'test/**/*.js'
1313
},
1414
simplemocha: {
15+
options: {
16+
reporter: 'spec'
17+
},
1518
all: {
1619
src: ['test/**/*.test.js']
1720
}

0 commit comments

Comments
 (0)