FlareSolverr/jest.config.js

6 lines
73 B
JavaScript

module.exports = {
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest'
}
}