1
0
Fork 0
mirror of https://github.com/gradle/gradle-build-action.git synced 2025-04-10 15:24:15 +02:00
gradle-build-action/jest.config.js
2020-06-13 12:46:29 +02:00

12 lines
287 B
JavaScript

module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts', 'json'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true,
setupFilesAfterEnv: ['./jest.setup.js']
}