warn on slow unit tests

This commit is contained in:
Hazelnoot 2025-11-09 00:39:36 -05:00
parent fd162fabe3
commit bcf7347372

View file

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