Skip to content

Commit

Permalink
ci: Propagate test errors, part2
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Nov 2, 2018
1 parent ff7b850 commit 7552ac0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "A Node.js wrapper for 7-Zip with platform binaries",
"main": "lib/index.js",
"scripts": {
"test": "npx mocha -r esm --reporter=spec 'test/**/*.spec.js' --timeout=0 ; npm run test-cleanup",
"test": "npm run test-ci ; npm run test-cleanup",
"test-ci": "npx mocha -r esm --reporter=spec 'test/**/*.spec.js' --timeout=0",
"test-docker": "circleci local execute --job build",
"test-cleanup": "rm -rf test/_tmp/* ; touch test/_tmp/.gitkeep",
"test-debug": "DEBUG=node-7z npm run test",
"coverage": "npx nyc --reporter=lcov npm test",
"coverage-html": "npx nyc --reporter=html npm test"
"coverage": "npx nyc --reporter=html npm test",
"coverage-ci": "npx nyc --reporter=lcov npm test-ci"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7552ac0

Please sign in to comment.