mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
8 lines
207 B
JavaScript
8 lines
207 B
JavaScript
|
module.exports = {
|
||
|
roots: ['<rootDir>'],
|
||
|
transform : {
|
||
|
'^.+\\.ts$': 'ts-jest'
|
||
|
},
|
||
|
testRegex: '(/tests/test.*|(\\.|/)(test|spec))\\.[tj]s?$',
|
||
|
moduleFileExtensions: ['js', 'ts'],
|
||
|
}
|