mirror of
https://github.com/actions/http-client.git
synced 2025-02-24 16:22:28 +00:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/__tests__/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
} |