1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00
Files
labeler/jest.config.js

10 lines
199 B
JavaScript

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