setup-uv/jest.config.js
Kevin Stillhammer 18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00

9 lines
172 B
JavaScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}