diff --git a/jest.config.js b/jest.config.js index 4a5b465..cb7629e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', + rootDir: 'src', };