We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc926ec commit 3f5946bCopy full SHA for 3f5946b
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
command: npm install
17
- run:
18
name: Testing
19
- command: yarn test -- --coverage
+ command: yarn test
20
21
name: Submitting code coverage to codecov
22
command: curl -s https://codecov.io/bash | bash
package.json
@@ -48,7 +48,7 @@
48
"scripts": {
49
"start": "node scripts/start.js",
50
"build": "node scripts/build.js",
51
- "test": "jest"
+ "test": "jest --coverage"
52
},
53
"devDependencies": {
54
"enzyme": "^3.3.0",
0 commit comments