Merge pull request #1605 from strongloop/make-test-output-concise

Make test output concise
This commit is contained in:
Miroslav Bajtoš 2018-07-10 12:24:55 +02:00 committed by GitHub
commit be7d97c885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
.nycrc
View File

@ -2,5 +2,8 @@
"exclude": [
"test/**/*.js"
],
"reporter": [
"html"
],
"cache": true
}

1
test/mocha.opts Normal file
View File

@ -0,0 +1 @@
--reporter dot