1
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-04-10 09:08:31 -04:00
setup-uv/jest.config.js
Kevin Stillhammer 18498fc78f
Initial commit
2024-08-23 23:58:26 +02:00

9 lines
No EOL
172 B
JavaScript

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