mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-05 21:25:50 -05:00
e33a6489fd
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
12 lines
270 B
JavaScript
12 lines
270 B
JavaScript
module.exports = {
|
|
clearMocks: true,
|
|
coverageDirectory: 'coverage',
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testEnvironment: 'node',
|
|
testMatch: ['**/*.test.ts'],
|
|
testRunner: 'jest-circus/runner',
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: false
|
|
}
|