Skip to content

Commit 53338d9

Browse files
test coverage every time test suite is implemented locally.
1 parent fc993a4 commit 53338d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
command: npm install
1717
- run:
1818
name: Testing
19-
command: yarn test -- --coverage
19+
command: yarn test
2020
- run:
2121
name: Submitting code coverage to codecov
2222
command: curl -s https://codecov.io/bash | bash

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"scripts": {
4949
"start": "node scripts/start.js",
5050
"build": "node scripts/build.js",
51-
"test": "jest"
51+
"test": "jest --coverage"
5252
},
5353
"devDependencies": {
5454
"enzyme": "^3.3.0",

0 commit comments

Comments
 (0)