Skip to content

Commit 5a22779

Browse files
committed
Fix tests.
1 parent ad2a3ac commit 5a22779

File tree

8 files changed

+2012
-7093
lines changed

8 files changed

+2012
-7093
lines changed

jest.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
testEnvironment: 'node',
3+
roots: ['<rootDir>'],
4+
testMatch: ['**/*.test.ts'],
5+
transform: {
6+
'^.+\\.tsx?$': 'ts-jest'
7+
}
8+
};

0 commit comments

Comments
 (0)