1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-04-08 11:11:51 +00:00

9 lines
172 B
JavaScript

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