From bcf7347372158db80552f8ad787934f0365cc651 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sun, 9 Nov 2025 00:39:36 -0500 Subject: [PATCH] warn on slow unit tests --- packages/backend/jest.config.common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/jest.config.common.ts b/packages/backend/jest.config.common.ts index 5bf55db232..eb5c7eedaa 100644 --- a/packages/backend/jest.config.common.ts +++ b/packages/backend/jest.config.common.ts @@ -144,7 +144,7 @@ export default { // setupFilesAfterEnv: [], // The number of seconds after which a test is considered as slow and reported as such in the results. - // slowTestThreshold: 5, + slowTestThreshold: 5, // A list of paths to snapshot serializer modules Jest should use for snapshot testing // snapshotSerializers: [],