wundergraph.andert.me/jest.config.js

9 lines
197 B
JavaScript
Raw Normal View History

2023-02-27 12:36:40 +00:00
module.exports = {
roots: ['<rootDir>/test/'],
transform: {
'^.+\\.(t|j)sx?$': '@swc/jest',
},
testRegex: '(/__tests__/.*|\\.(test|spec))\\.[tj]sx?$',
moduleFileExtensions: ['ts', 'js'],
};