Files
vb6-antlr4-typescript/jest.config.js
2023-12-10 19:29:30 -05:00

7 lines
209 B
JavaScript

module.exports = {
transform: {'^.+\\.ts?$': 'ts-jest'},
testEnvironment: 'node',
testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
};