Skip to content

Commit

Permalink
chore: fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Feb 25, 2020
1 parent 445e0b0 commit 75d900a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jest.config.js
@@ -1,8 +1,8 @@
module.exports = {
'testEnvironment': 'node',
'collectCoverage': true,
'collectCoverageFrom': [
'lib/**/*.js'
testEnvironment: 'node',
collectCoverage: true,
collectCoverageFrom: [
'src/**'
],
transform: {
'^.+\\.js$': 'babel-jest'
Expand Down

0 comments on commit 75d900a

Please sign in to comment.