1 2 3 4 5 6 7 8 9module.exports = { testEnvironment: 'node', roots: ['<rootDir>'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' } };
1 2 3 4 5 6 7 8 9
module.exports = { testEnvironment: 'node', roots: ['<rootDir>'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' } };