Skip to content

Commit 2814469

Browse files
committed
Update tests config
1 parent 8557119 commit 2814469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
module.exports = {
1818
moduleFileExtensions: ['js'],
1919
testRegex: '/__tests__/.*\\.spec.(js)$',
20-
collectCoverageFrom: ['./utils/**', './index.js'],
20+
collectCoverageFrom: ['src/**'],
2121
coverageThreshold: {
2222
global: {
2323
branches: 80,

0 commit comments

Comments
 (0)