From b2584c0e805476a971d24e22350caf3875b42dd0 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Wed, 23 Jul 2025 21:15:21 +0800 Subject: test types --- jest.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jest.config.ts') 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: ['/src'] + preset: 'ts-jest' } export default config -- cgit v1.2.3