Files
vb6-antlr4-typescript/jest.config.js
Bruce Markham fa05a91192 🔧 Configures Jest
2020-04-04 20:29:57 -04: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']
};