diff options
Diffstat (limited to 'jest.config.ts')
| -rw-r--r-- | jest.config.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jest.config.ts b/jest.config.ts index 1c6e6c1..838b86c 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,8 +1,7 @@ import type { Config } from 'jest' const config: Config = { - preset: 'ts-jest', - roots: ['<rootDir>/src'] + preset: 'ts-jest' } export default config |
