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: [],