diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-07 17:25:31 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-07 17:25:31 +0530 |
| commit | 47f1aa2c04824675e40d71482dfd27035ac99a9b (patch) | |
| tree | b6c950a9643e8153f7fda683b8f67e094a58ff71 | |
| parent | f25c12a560c3eec1ba09410411a3db05f1f0bee6 (diff) | |
| download | aniwatch-api-47f1aa2c04824675e40d71482dfd27035ac99a9b.tar.xz aniwatch-api-47f1aa2c04824675e40d71482dfd27035ac99a9b.zip | |
refactor: remove jest config file
| -rw-r--r-- | jest.config.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jest.config.ts b/jest.config.ts deleted file mode 100644 index 6c76308..0000000 --- a/jest.config.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('ts-jest').JestConfigWithTsJest} */ -module.exports = { - preset: "ts-jest", - testTimeout: 100000, - testEnvironment: "node", - testMatch: ["**/test/**/*.test.ts"], -}; |
