axios-miniprogram/jest.config.js

8 lines
206 B
JavaScript
Raw Normal View History

2020-07-27 12:29:58 +08:00
module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};