Skip to content

Commit

Permalink
fixed exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Sep 25, 2023
1 parent 537c0bf commit 77b80b3
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 @@ -7,7 +7,7 @@
"unpkg": "dist/ngraph.graph.min.js",
"scripts": {
"build": "browserify index.js -s createGraph -o dist/ngraph.graph.js && uglifyjs dist/ngraph.graph.js -o dist/ngraph.graph.min.js",
"test": "tap test/*.js"
"test": "tap --allow-incomplete-coverage test/*.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 77b80b3

Please sign in to comment.