mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 10:12:53 +01: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
|
|
} |