mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
a5af0f629b
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
11 lines
228 B
TypeScript
11 lines
228 B
TypeScript
module.exports = {
|
|
clearMocks: true,
|
|
restoreMocks: true,
|
|
coverageDirectory: 'coverage',
|
|
moduleFileExtensions: ['js', 'ts'],
|
|
testMatch: ['**/*.test.ts'],
|
|
transform: {
|
|
'^.+\\.ts$': 'ts-jest'
|
|
},
|
|
verbose: true
|
|
}
|