Skip to content

Commit a282db5

Browse files
authored
Merge pull request #30 from killerkc12/react-script-test-by-jest
React Scripts Test by Jest
2 parents 06717b7 + 709bbe0 commit a282db5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

jest.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'jsdom',
4+
globals: {
5+
transform: {
6+
tsconfig: './tsconfig.json',
7+
},
8+
},
9+
};

jest.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)