Skip to content

Commit

Permalink
package: put the -sfails on npm test command for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 26, 2017
1 parent f63ea3e commit 5061989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"repository": "https://github.com/tapjs/node-tap.git",
"scripts": {
"regen-fixtures": "node scripts/generate-test-test.js test/test/*.js",
"test": "node bin/run.js test/*.* --coverage -t3600",
"test": "node bin/run.js test/*.* --coverage -t3600 -sfails",
"smoke": "node bin/run.js --node-arg=test/test.js test/test/*.js -j2",
"posttest": "standard lib test",
"t": "node bin/run.js test/*.* -sfails.txt"
Expand Down

0 comments on commit 5061989

Please sign in to comment.