1
0
mirror of https://github.com/mikecao/umami.git synced 2025-05-10 07:24:57 +08:00
mikecao-umami/jest.config.ts
2024-03-01 13:25:32 -08:00

8 lines
180 B
TypeScript

export default {
roots: ['./src'],
testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'],
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
};