Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Upgraded jest to ^19 and excluded gramma-parser from generating coverge.
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Mar 13, 2017
1 parent 04fc29d commit f5fcc45
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 524 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"eslint": "^3.8.1",
"generate-release": "^0.10.2",
"glob": "^7.1.1",
"jest": "^18.1.0",
"jest": "^19.0.2",
"jison": "^0.4.17",
"jscs": "^3.0.7",
"null-loader": "^0.1.1",
Expand All @@ -89,9 +89,10 @@
"testPathIgnorePatterns": [
"./test/index.js"
],
"testPathDirs": [
"roots": [
"./test"
],
"testRegex": "(test\\/index\\.js|/test/.*.js)$"
"testRegex": "(test\\/index\\.js|/test/.*.js)$",
"collectCoverageFrom" : ["**/*.{js}", "!src/grammar-parser/**"]
}
}
Loading

0 comments on commit f5fcc45

Please sign in to comment.