mancala/apps/backend/jest.config.js

6 lines
218 B
JavaScript
Raw Permalink Normal View History

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