Skip to content

Commit 4197b80

Browse files
committed
tests: use spec reporter
1 parent badaf7b commit 4197b80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"npm": "1.2.8000 || >= 1.4.16"
3131
},
3232
"scripts": {
33-
"test": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/index.js"
33+
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/*/index.js"
3434
}
3535
}

test/mocha.opts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
--ui qunit
2-
--reporter list
32
--bail

0 commit comments

Comments
 (0)