mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
1c32f2010c
- Better tooling support - Stronger type checking - Unit test with jest - JSDocc support
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'],
|
|
} |