Skip to content

Commit

Permalink
INCOMPLETE: see pegjs/pegjs#633 and pegjs/pegjs#632
Browse files Browse the repository at this point in the history
- Testing: Use CLI to ignore unneeded source for improving coverage of pegjs file
  • Loading branch information
brettz9 committed Jan 6, 2020
1 parent 15e97a1 commit 9506852
Show file tree
Hide file tree
Showing 2 changed files with 1,705 additions and 964 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"clean": "rimraf ./peg_lib",
"postclean": "mkdirp ./peg_lib",
"prebuild": "npm-run-all clean",
"build": "pegjs --cache -o ./peg_lib/jsdoctype.js ./peg_src/jsdoctype.pegjs"
"build": "pegjs --coverage --cache -o ./peg_lib/jsdoctype.js ./peg_src/jsdoctype.pegjs"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 9506852

Please sign in to comment.