Skip to content

Commit 54598bf

Browse files
authored
Merge pull request #54 from matzkoh/matzkoh-patch-1
2 parents 85ae445 + a89d1d4 commit 54598bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('@jest/types').Config.InitialOptions} */
22
module.exports = {
3-
testMatch: ['**/*.test.js'],
4-
testEnvironment: 'node',
53
clearMocks: true,
64
collectCoverage: true,
5+
testMatch: ['**/*.test.js'],
76
}

0 commit comments

Comments
 (0)