mirror of
https://gitea.com/actions/upload-artifact.git
synced 2024-11-23 00:55:58 +01:00
12 lines
260 B
JavaScript
12 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
|
|
}
|