Skip to content

Commit 7d173da

Browse files
author
santerijps
committedApr 29, 2024
add test cases, fix bug
1 parent 2b92fda commit 7d173da

9 files changed

+4504
-897
lines changed
 

‎jest.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
transform: {'^.+\\.ts?$': 'ts-jest'},
3+
testEnvironment: 'node',
4+
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',
5+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
6+
};

0 commit comments

Comments
 (0)