summary refs log tree commit diff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jest.config.js b/jest.config.js
index 8effa4a..1e9ddba 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,7 +1,5 @@
 module.exports = {
-  roots: ["<rootDir>/src"],
   transform: {
     "^.+\\.tsx?$": "ts-jest"
   }
-  //   testMatch: ["**/test/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"]
 };