diff --git a/scripts/jest.config.mjs b/scripts/jest.config.mjs deleted file mode 100644 index 0cb0cda..0000000 --- a/scripts/jest.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('ts-jest').JestConfigWithTsJest} */ - -export default { - rootDir: '..', - preset: 'ts-jest', - testMatch: ['/@(src|tests)/**/?(*.)test.ts'], -}