Skip to content

Commit

Permalink
package.json: Fix unit-nyan script
Browse files Browse the repository at this point in the history
On test failures, npms error logs distorted the nyan cat rendering
  • Loading branch information
RandomByte committed Dec 20, 2018
1 parent 39a2d3d commit 10383c1
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 @@
"unit": "rimraf test/tmp && ava",
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
"unit-watch": "rimraf test/tmp && ava --watch",
"unit-nyan": "npm run unit -- --tap | tnyan",
"unit-nyan": "rimraf test/tmp && ava --tap | tnyan",
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
"coverage": "nyc npm run unit",
"jsdoc": "npm run jsdoc-generate && opn jsdocs/index.html",
Expand Down

0 comments on commit 10383c1

Please sign in to comment.