1
0
mirror of https://github.com/gradle/actions.git synced 2025-04-22 18:59:19 +08:00
actions/sources/jest.config.js

11 lines
208 B
JavaScript

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