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

fix type checking errors

This commit is contained in:
kwasniew 2023-04-12 11:36:01 +02:00
parent a53f067d23
commit 0440f03f6c
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

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