1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

4.22 type checker fixes (#3505)

This commit is contained in:
Mateusz Kwasniewski 2023-04-12 11:52:19 +02:00 committed by GitHub
parent a53f067d23
commit 8435e6461e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1315,6 +1315,7 @@ test('should calculate average time to production ignoring some items', async ()
id: 'average-time-to-prod-corner-cases', id: 'average-time-to-prod-corner-cases',
name: 'average-time-to-prod', name: 'average-time-to-prod',
mode: 'open' as const, mode: 'open' as const,
defaultStickiness: 'clientId',
}; };
const makeEvent = (featureName: string) => ({ const makeEvent = (featureName: string) => ({
enabled: true, enabled: true,