UNPKG

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