mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-13 20:45:58 +08:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
} |