1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Include defaults that are now injected at service level

This commit is contained in:
Gastón Fournier 2025-07-30 15:29:09 +02:00
parent c96fc31ab2
commit 4247c9b423
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -79,7 +79,11 @@ test('can calculate resource size', async () => {
await createFeature({
featureName: 'featureB',
parameters: {},
parameters: {
groupId: 'featureB',
rollout: '100',
stickiness: 'default',
},
constraints: [],
variants: [],
});