mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
export default {
|
|
roots: ['./src'],
|
|
testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
};
|