Skip to content

Commit

Permalink
test: reduce output (rnmapbox#638)
Browse files Browse the repository at this point in the history
* disable verbose: if something fails you will be notified where it is
* disable coverage: just clutters up travis log
  • Loading branch information
ferdicus authored and kristfal committed Jan 23, 2020
1 parent 1bd2976 commit 97120f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fetch:style:spec": ". ./scripts/download-style-spec.sh",
"generate": "node ./scripts/autogenerate",
"test": "npm run lint && npm run unittest",
"unittest": "jest --coverage --verbose",
"unittest": "jest",
"unittest:single": "jest --testNamePattern",
"format": "npm run lint -- --fix",
"lint": "eslint . --ignore-pattern 'example' --ignore-pattern 'scripts' --fix && cd example/ && eslint . --ignore-pattern 'scripts' --fix"
Expand Down

0 comments on commit 97120f2

Please sign in to comment.