refactor: remove jest config file

This commit is contained in:
Ritesh Ghosh
2024-01-07 17:25:31 +05:30
parent f25c12a560
commit 47f1aa2c04
-7
View File
@@ -1,7 +0,0 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testTimeout: 100000,
testEnvironment: "node",
testMatch: ["**/test/**/*.test.ts"],
};