1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2025-05-18 16:49:31 +07:00
download-artifact/jest.config.ts
2025-03-19 11:17:03 +00:00

12 lines
281 B
TypeScript

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