diff --git a/jest.config.js b/jest.config.js index 563d4cc..5f9d3ca 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -module.exports = { +module.exports = {~h clearMocks: true, moduleFileExtensions: ['js', 'ts'], testEnvironment: 'node', @@ -8,4 +8,4 @@ module.exports = { '^.+\\.ts$': 'ts-jest' }, verbose: true -} \ No newline at end of file +}