0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-07 10:09:27 +03:00
checkout/jest.config.js
2019-12-02 18:36:12 -05:00

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
}