Skip to content

Commit

Permalink
tap-arc verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Apr 8, 2024
1 parent 6bf35fd commit f05d71f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"scripts": {
"test": "npm run lint && npm run coverage && npm run test:integration && npm run test:integration:slow",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:integration": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test.js' | tap-arc",
"test:integration:slow": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test-slow.js' | tap-arc",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc -v",
"test:integration": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test.js' | tap-arc -v",
"test:integration:slow": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test-slow.js' | tap-arc -v",
"test:module": "cross-env MODULE_ONLY=true npm run test",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"lint": "eslint . --fix",
Expand Down

0 comments on commit f05d71f

Please sign in to comment.