mirror of
https://github.com/actions/checkout
synced 2024-11-09 23:22:40 +00:00
9c1e94e0ad
* Update dependencies manually * Format files * Update licenses
12 lines
No EOL
253 B
JavaScript
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
|
|
} |