Skip to content

Commit

Permalink
npm script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeez-syed committed Dec 17, 2018
1 parent ea7f7e6 commit c51e2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
# React - Jest, Enzyme and Cypress test setup

![Build Status](https://travis-ci.org/hafeez-syed/jest-enzyme.svg?branch=master)

[![Coverage Status](https://coveralls.io/repos/github/hafeez-syed/jest-enzyme/badge.svg?branch=master)](https://coveralls.io/github/hafeez-syed/jest-enzyme?branch=master)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:cypress": "start-server-and-test start http://localhost:8070 cy:run",
"ci": "npm run test:unit -- --coverage && npm run test:snapshot -- -u -- --coverage && npm run test:cypress",
"ci": "npm run test:unit -- --coverage && npm run test:snapshot -- -u --coverage && npm run test:cypress",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
},
"repository": {
Expand Down

0 comments on commit c51e2e5

Please sign in to comment.