summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/jest.config.js b/jest.config.js
deleted file mode 100644
index 6d89c25..0000000
--- a/jest.config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- roots: [
- "./test",
- ],
- transform: {
- "^.+\\.tsx?$": "ts-jest",
- },
-};