mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-02-23 12:19:19 +08:00
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
moduleFileExtensions: ['js', 'ts', 'json'],
|
|
testMatch: ['**/*.test.ts'],
|
|
preset: 'ts-jest',
|
|
verbose: true,
|
|
setupFilesAfterEnv: ['./jest.setup.js']
|
|
}
|