test: support tests that include color information (#20220)

This commit is contained in:
Jacob Richman
2026-02-25 15:31:35 -08:00
committed by GitHub
parent 78dfe9dea8
commit f9f916e1dc
68 changed files with 2342 additions and 492 deletions
@@ -337,7 +337,7 @@ describe('usePhraseCycler', () => {
await act(async () => {
setStateExternally?.({
isActive: true,
customPhrases: [],
customPhrases: [] as string[],
});
});
await waitUntilReady();