Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

Commit c76ce47

Browse files
committed
Switch to min reporter for mocha
1 parent a0ba89f commit c76ce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint-polymer": "polymer lint -i src/*.html -i src/elements/*",
2121
"lint-style": "npm-run-all lint-style-*",
2222
"lint-style-html": "stylelint 'src/**/*.html' --extract",
23-
"lint-content": "mocha -R dot",
23+
"lint-content": "mocha -R min",
2424
"polymer": "./bin/polymer",
2525
"polymer-build": "npm-run-all 'polymer build {@}' --",
2626
"polymer-lint": "npm-run-all 'polymer lint {@}' --",

0 commit comments

Comments
 (0)