wrapper-validation-action/jest.config.js

9 lines
198 B
JavaScript
Raw Normal View History

2020-01-05 11:04:24 +00:00
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts', 'json'],
2020-01-05 11:04:24 +00:00
testMatch: ['**/*.test.ts'],
preset: 'ts-jest',
verbose: true,
setupFilesAfterEnv: ['./jest.setup.js']
}