2
0
mirror of https://github.com/actions/download-artifact.git synced 2026-07-21 01:14:55 +00:00
Files

13 lines
260 B
TypeScript
Raw Permalink Normal View History

2025-03-19 11:17:03 +00:00
module.exports = {
2025-03-19 11:31:11 +00:00
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
roots: ['<rootDir>'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}