1 import type { JestConfigWithTsJest } from 'ts-jest';
3 const jestConfig: JestConfigWithTsJest = {
13 setupFilesAfterEnv: ['./jest.setup.ts'],
14 testEnvironment: 'jsdom',
15 moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
18 export default jestConfig;