8
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2026-02-11 08:09:27 +00:00
setup-python/jest.config.cjs
2026-02-06 15:42:14 +05:30

11 lines
No EOL
235 B
JavaScript

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