Skip to content

Commit

Permalink
Update tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 15, 2024
1 parent 8557119 commit 2814469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
module.exports = {
moduleFileExtensions: ['js'],
testRegex: '/__tests__/.*\\.spec.(js)$',
collectCoverageFrom: ['./utils/**', './index.js'],
collectCoverageFrom: ['src/**'],
coverageThreshold: {
global: {
branches: 80,
Expand Down

0 comments on commit 2814469

Please sign in to comment.