Skip to content

Commit 988745d

Browse files
committed
Tests
1 parent e841abb commit 988745d

File tree

4 files changed

+4180
-302
lines changed

4 files changed

+4180
-302
lines changed

jest.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export default {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'],
5+
transform: {
6+
'^.+\\.ts$': 'ts-jest',
7+
},
8+
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
9+
};

0 commit comments

Comments
 (0)