3
0
Fork 0
mirror of https://github.com/crazy-max/ghaction-import-gpg.git synced 2025-02-25 16:04:02 +01:00
import-gpg/jest.config.js
2020-05-03 20:46:05 +02:00

11 lines
237 B
JavaScript

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