aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jest.config.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/jest.config.ts b/jest.config.ts
deleted file mode 100644
index 6c76308..0000000
--- a/jest.config.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-/** @type {import('ts-jest').JestConfigWithTsJest} */
-module.exports = {
- preset: "ts-jest",
- testTimeout: 100000,
- testEnvironment: "node",
- testMatch: ["**/test/**/*.test.ts"],
-};