Files
server/deploy/jest.config.js
2021-03-02 22:57:49 -08:00

8 lines
130 B
JavaScript

module.exports = {
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};