This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/jest.config.ts
T
2023-08-07 20:36:42 +05:30

8 lines
186 B
TypeScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
testTimeout: 100000,
testEnvironment: "node",
testMatch: ["**/test/**/*.test.ts"],
};