test: added jest config file
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
/** @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