1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-12 10:46:52 +08:00
2020-02-20 21:28:14 -05:00

12 lines
281 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
}