From 930ad4a54ab54cfce2cf2e00b8f1e6b2275ea082 Mon Sep 17 00:00:00 2001 From: guzhongren Date: Mon, 3 Jun 2024 07:14:40 +0800 Subject: [PATCH] pref(enum): speed up the test (#1477) [frontend] --- frontend/jest.config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/jest.config.json b/frontend/jest.config.json index 8c4a848129..feb94485ec 100644 --- a/frontend/jest.config.json +++ b/frontend/jest.config.json @@ -1,5 +1,4 @@ { - "maxConcurrency": 1, "transform": { "^.+\\.tsx?$": "ts-jest", ".+\\.svg": "/__tests__/__mocks__/svgTransformer.ts"