mirror of
https://github.com/actions/toolkit
synced 2025-05-11 09:32:58 +00:00
10 lines
No EOL
199 B
JavaScript
10 lines
No EOL
199 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
} |