Skip to content

Commit 210cf84

Browse files
committed
Add default setup test
1 parent a981ebb commit 210cf84

File tree

6 files changed

+379
-400
lines changed

6 files changed

+379
-400
lines changed

jest.config.js

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

0 commit comments

Comments
 (0)