action-checkout/jest.config.js
Kersten Kriegbaum d27be8e73d add action
2025-05-24 22:43:44 +02:00

12 lines
No EOL
253 B
JavaScript

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