mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
8 lines
180 B
TypeScript
8 lines
180 B
TypeScript
export default {
|
|
roots: ['./src'],
|
|
testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'],
|
|
transform: {
|
|
'^.+\\.(ts|tsx)$': 'ts-jest',
|
|
},
|
|
};
|