From 221d27b5bc1a3218a4f22a101b3460a12d0b6b13 Mon Sep 17 00:00:00 2001 From: Dennis Seah Date: Mon, 23 Mar 2020 19:40:45 -0700 Subject: [PATCH] Update jest.config.js --- jest.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" };