chore: fix prettier formatting, regenerate phase9 manifest, add missing config files (.env.example, .node-version, .nvmrc, CI workflow)
CI / test (push) Failing after 28s
CI / test (push) Failing after 28s
This commit is contained in:
@@ -77,7 +77,7 @@ const integrationVisual = await readFile(
|
||||
path.join(repositoryRoot, 'tests/visual/integrations.visual.spec.ts'),
|
||||
'utf8',
|
||||
);
|
||||
if (!componentVisual.includes("hpc.theme.preference")) {
|
||||
if (!componentVisual.includes('hpc.theme.preference')) {
|
||||
failures.push('Component visual test does not use the canonical theme storage key.');
|
||||
}
|
||||
if (componentVisual.includes('rdg-theme-preference')) {
|
||||
|
||||
Reference in New Issue
Block a user