language-playground-shell.component.spec.ts — "persists the progress choice and restores it on the next mount" and "keeps the default when a legacy blob lacks the field or carries garbage" both fail with TypeError: localStorage.getItem/setItem is not a function.
Verified pre-existing on clean master (2026-07-19, during epic #722 E0 verification — unrelated to that PR). Looks like a stubbed/clobbered localStorage global leaking between specs in this project (another spec in the same project probably replaces globalThis.localStorage with a non-Storage object and doesn't restore it), since jsdom normally provides a working localStorage.
`language-playground-shell.component.spec.ts` — "persists the progress choice and restores it on the next mount" and "keeps the default when a legacy blob lacks the field or carries garbage" both fail with `TypeError: localStorage.getItem/setItem is not a function`.
Verified pre-existing on clean master (2026-07-19, during epic #722 E0 verification — unrelated to that PR). Looks like a stubbed/clobbered `localStorage` global leaking between specs in this project (another spec in the same project probably replaces `globalThis.localStorage` with a non-Storage object and doesn't restore it), since jsdom normally provides a working localStorage.
Repro: `pnpm nx run platform-clang-runtime:test --skip-nx-cache` → 1 file failed (2 tests), 5 passed.
Verified complete: spikersoft-angular PR #457 merged (shared in-memory storage setup for the playground persistence specs); master test-and-lint has run green repeatedly since. Closing.
Verified complete: spikersoft-angular PR #457 merged (shared in-memory storage setup for the playground persistence specs); master test-and-lint has run green repeatedly since. Closing.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
language-playground-shell.component.spec.ts— "persists the progress choice and restores it on the next mount" and "keeps the default when a legacy blob lacks the field or carries garbage" both fail withTypeError: localStorage.getItem/setItem is not a function.Verified pre-existing on clean master (2026-07-19, during epic #722 E0 verification — unrelated to that PR). Looks like a stubbed/clobbered
localStorageglobal leaking between specs in this project (another spec in the same project probably replacesglobalThis.localStoragewith a non-Storage object and doesn't restore it), since jsdom normally provides a working localStorage.Repro:
pnpm nx run platform-clang-runtime:test --skip-nx-cache→ 1 file failed (2 tests), 5 passed.Verified complete: spikersoft-angular PR #457 merged (shared in-memory storage setup for the playground persistence specs); master test-and-lint has run green repeatedly since. Closing.