mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-03-06 18:22:15 +08:00
11 lines
209 B
JavaScript
11 lines
209 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
}
|