Wizard: Basic Timezone step
This adds bare bones Timezone step with appropriate file structure and basic unit tests.
This commit is contained in:
parent
b8c852c836
commit
b526ad3c60
18 changed files with 121 additions and 4 deletions
|
|
@ -65,6 +65,8 @@ vi.mock('@unleash/proxy-client-react', () => ({
|
|||
return true;
|
||||
case 'image-builder.pkgrecs.enabled':
|
||||
return true;
|
||||
case 'image-builder.timezone.enabled':
|
||||
return true;
|
||||
case 'edgeParity.image-list':
|
||||
return true;
|
||||
case 'image-builder.edge.local-image-table':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue