Skip to content

Commit 5332d3a

Browse files
committed
initial commit
0 parents  commit 5332d3a

File tree

14 files changed

+9459
-0
lines changed

14 files changed

+9459
-0
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+
roots: ['<rootDir>/src'],
3+
transform: {
4+
'^.+\\.ts?$': 'ts-jest',
5+
},
6+
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$',
7+
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
8+
}

0 commit comments

Comments
 (0)