mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
export default {
|
|
transform: { '^.+\\.ts?$': 'ts-jest' },
|
|
testEnvironment: 'node',
|
|
testRegex: '/test/.*\\.test\\.ts$',
|
|
moduleFileExtensions: ['ts', 'js'],
|
|
}
|