diff --git a/jest.config.js b/jest.config.js index bc7da071..ff9179ab 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { + rootDir: 'test', transform: { '^.+\\.ts$': 'ts-jest', },