Skip to content

Commit 777b28e

Browse files
committed
chore: update jest configuration
1 parent 1efd228 commit 777b28e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jest.config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
collectCoverage: true,
3-
coveragePathIgnorePatterns: [
4-
'/node_modules/'
5-
],
6-
testRegex: '\\.spec\\.js$'
2+
collectCoverage: true,
3+
coveragePathIgnorePatterns: [
4+
'/node_modules/',
5+
],
6+
testRegex: '\\.spec\\.js$',
77
}

0 commit comments

Comments
 (0)