0
1
mirror of https://github.com/actions/checkout synced 2024-05-31 18:28:03 +02:00
checkout/jest.config.js

11 lines
235 B
JavaScript
Raw Permalink Normal View History

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