Files
action-download-artifact/jest.config.ts
T
gouki b780175ee4
Check dist/ / check-dist (push) Failing after 5s
Licensed / Check licenses (push) Failing after 1s
Test / Build (ubuntu-latest) (push) Failing after 7s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 44s
Mirror actions/download-artifact v4.3.0
2026-07-16 22:46:29 +08:00

13 lines
260 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
}