Fix typecheck

This commit is contained in:
Iván Ovejero 2024-11-07 13:29:27 +01:00
parent 5b139e49f6
commit 584cb6ab8c
No known key found for this signature in database

View file

@ -234,6 +234,8 @@ describe('GlobalConfig', () => {
maxOldSpaceSize: '', maxOldSpaceSize: '',
maxConcurrency: 5, maxConcurrency: 5,
assertDeduplicationOutput: false, assertDeduplicationOutput: false,
idleTimeout: 5,
idleChecksFrequency: 1,
}, },
sentry: { sentry: {
backendDsn: '', backendDsn: '',