Skip to content

Commit

Permalink
test:api com --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Chuairi Cruz committed Aug 30, 2018
1 parent 67a5744 commit 569c661
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 @@ -18,7 +18,7 @@
"test:client": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"sass": "sass --watch src/styles/scss:src/styles/css",
"test:api": "jest api/*test.js",
"test:api": "jest api/*test.js --coverage",
"postinstall": "yarn build"
},
"devDependencies": {
Expand Down

0 comments on commit 569c661

Please sign in to comment.