mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
8 lines
198 B
JavaScript
8 lines
198 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts', 'json'],
|
|
testMatch: ['**/*.test.ts'],
|
|
preset: 'ts-jest',
|
|
verbose: true,
|
|
setupFilesAfterEnv: ['./jest.setup.js']
|
|
}
|