Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 740f227

Browse files
authored
Merge pull request #31 from taskworld/dtinth/yarnlock
Regenerate Yarn Lockfile
2 parents f8cf108 + 76cd842 commit 740f227

File tree

2 files changed

+2406
-2627
lines changed

2 files changed

+2406
-2627
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ module.exports = {
33
transform: {
44
'^.+\\.tsx?$': 'ts-jest'
55
},
6-
testMatch: ['**/src/**/*.test.+(ts|tsx|js)']
6+
testMatch: ['**/src/**/*.test.+(ts|tsx|js)'],
7+
testEnvironment: 'node'
78
}

0 commit comments

Comments
 (0)