Skip to content

Commit

Permalink
chore: remove redundant jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Apr 30, 2023
1 parent 2102e17 commit 17629c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
"statements": 100
}
},
"collectCoverageFrom": [ "dist/**" ],
"testPathIgnorePatterns" : [
"/node_modules/"
]
"collectCoverageFrom": [ "dist/**" ]
}

0 comments on commit 17629c8

Please sign in to comment.