Fixing: Some getConfigs where breaking in new system (#2685)

This commit is contained in:
Jade
2024-07-26 11:19:16 -06:00
committed by GitHub
parent 8aecec0b9a
commit e0b47feb8b
10 changed files with 6083 additions and 62 deletions

View File

@@ -0,0 +1,8 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
automock: false,
testEnvironment: "node",
rootDir: "./src/",
modulePathIgnorePatterns: ["./dist/"],
}