Skip to content

Commit

Permalink
updated tap args
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Jun 16, 2024
1 parent 339f665 commit d88f744
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 @@ -4,7 +4,7 @@
"description": "Load dot files into ngraph.graph",
"main": "index.js",
"scripts": {
"test": "tap -- --branches=70 --lines=80 --statements=80 --functions=80 test/*.js",
"test": "tap --allow-incomplete-coverage test/*.js",
"build": "browserify index.js -s fromDot -o dist/ngraph.fromDot.js && uglifyjs dist/ngraph.fromDot.js -o dist/ngraph.fromDot.min.js"
},
"keywords": [
Expand Down

0 comments on commit d88f744

Please sign in to comment.