Skip to content

Commit

Permalink
excluded index.js from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hLudde committed May 30, 2019
1 parent 58401d8 commit 2713194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require('dotenv').config();
"coverageReporters": ["text"],
"collectCoverageFrom":[
"./src/*.js",
"!./src/index.js",
"!**/node_modules/**",
"!**/vendor/**"
]
Expand Down

0 comments on commit 2713194

Please sign in to comment.