refactor: remove jest config file
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
||||||
module.exports = {
|
|
||||||
preset: "ts-jest",
|
|
||||||
testTimeout: 100000,
|
|
||||||
testEnvironment: "node",
|
|
||||||
testMatch: ["**/test/**/*.test.ts"],
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user