Spaces:
Running
Running
| module.exports = { | |
| testEnvironment: 'node', | |
| roots: ['<rootDir>/test'], | |
| testMatch: ['**/*.test.ts'], | |
| transform: { | |
| '^.+\\.tsx?$': 'ts-jest' | |
| } | |
| }; | |