experimental: Allow switching experimental on in stable
This commit is contained in:
parent
8049f95d82
commit
1b35b3f675
3 changed files with 14 additions and 4 deletions
|
|
@ -25,6 +25,8 @@ jest.mock('@unleash/proxy-client-react', () => ({
|
|||
return false;
|
||||
case 'image-builder.new-wizard.enabled':
|
||||
return false;
|
||||
case 'image-builder.new-wizard.stable':
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue