mancala/mancala.js/jest.config.js

6 lines
208 B
JavaScript
Raw Normal View History

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