Skip to content

Commit

Permalink
tests: use spec reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 29, 2019
1 parent badaf7b commit 4197b80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/index.js"
"test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/*/index.js"
}
}
1 change: 0 additions & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--ui qunit
--reporter list
--bail

0 comments on commit 4197b80

Please sign in to comment.