diff --git a/jest.config.js b/jest.config.js index 6d6062b..26fdefe 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { + testRegex: '.*.test.ts$', preset: 'ts-jest', testEnvironment: 'node', };