Skip to content

Commit

Permalink
💚 Fix tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Sznajder authored and Damian Sznajder committed May 28, 2019
1 parent 8be878a commit a2851e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run:
name: Unit Tests
command: yarn test:ci --collectCoverage=true
command: yarn test:ci

- store_artifacts:
path: coverage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"lint": "tslint --project ./tsconfig.json",
"typescript": "tsc --noEmit",
"release": "release-it",
"test": "jest -u",
"test:ci": "jest --runInBand --coverage --verbose",
"test": "jest --updateSnapshot",
"test:ci": "jest --collectCoverage=true",
"test:watch": "jest --watch",
"prepare": "yarn clean && bob build"
},
Expand Down

0 comments on commit a2851e0

Please sign in to comment.