1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 19:27:48 +02:00
Files
labeler/jest.config.js
Shawn Napora 90d84dbeeb labeler v2
2019-08-08 10:08:00 -04:00

11 lines
235 B
JavaScript

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