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

Commit 9efd403

Browse files
committed
Use a reporter that doesn't clear the output before reporting
1 parent c76ce47 commit 9efd403

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 2 additions & 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 min",
23+
"lint-content": "mocha -R mocha-minimalist-reporter",
2424
"polymer": "./bin/polymer",
2525
"polymer-build": "npm-run-all 'polymer build {@}' --",
2626
"polymer-lint": "npm-run-all 'polymer lint {@}' --",
@@ -38,6 +38,7 @@
3838
"find": "^0.2.7",
3939
"gray-matter": "^3.1.1",
4040
"mocha": "^4.0.1",
41+
"mocha-minimalist-reporter": "^1.1.0",
4142
"npm-run-all": "^4.0.2",
4243
"polymer-cli": "^1.5.7",
4344
"prpl-server": "^1.0.0",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4397,6 +4397,10 @@ mkdirp@0.5.1, mkdirp@^0.5.0, mkdirp@^0.5.1:
43974397
dependencies:
43984398
minimist "0.0.8"
43994399

4400+
mocha-minimalist-reporter@^1.1.0:
4401+
version "1.1.0"
4402+
resolved "https://registry.yarnpkg.com/mocha-minimalist-reporter/-/mocha-minimalist-reporter-1.1.0.tgz#94c5aafbd1a224f583dafe52d407804ab9e9410e"
4403+
44004404
mocha@^3.4.2:
44014405
version "3.5.3"
44024406
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.3.tgz#1e0480fe36d2da5858d1eb6acc38418b26eaa20d"

0 commit comments

Comments
 (0)