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