mirror of
https://github.com/actions/toolkit.git
synced 2025-06-07 22:17:01 +09: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
|
|
} |