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:
parent
c96fc31ab2
commit
4247c9b423
@ -79,7 +79,11 @@ test('can calculate resource size', async () => {
|
||||
|
||||
await createFeature({
|
||||
featureName: 'featureB',
|
||||
parameters: {},
|
||||
parameters: {
|
||||
groupId: 'featureB',
|
||||
rollout: '100',
|
||||
stickiness: 'default',
|
||||
},
|
||||
constraints: [],
|
||||
variants: [],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user