experimental: Allow switching experimental on in stable

This commit is contained in:
Ondrej Ezr 2024-04-25 12:15:35 +02:00 committed by Lucas Garfield
parent 8049f95d82
commit 1b35b3f675
3 changed files with 14 additions and 4 deletions

View file

@ -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;
}