1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-17 05:16:45 +08:00
2023-01-04 22:56:55 -05:00

13 lines
260 B
JavaScript

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