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:
parent
a53f067d23
commit
0440f03f6c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user