mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 09:52:47 +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'],
|
|
} |