Skip to content

Commit

Permalink
test(Show coverage): Added flag to show code coverage and verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
shahen94 committed Apr 1, 2017
1 parent e68bf22 commit cbc86f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"commit": "git-cz",
"checkall": "npm run test && npm run flow && npm run lint",
"flow": "flow",
"test": "jest",
"test": "jest --verbose --coverage",
"lint": "eslint ./lib/**/*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/react-armenia/react-native-view-editable.git"
},
"czConfig": {
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"keywords": [
Expand Down

0 comments on commit cbc86f2

Please sign in to comment.