perf(test): optimize test suite speed and stability

This commit is contained in:
mkorwel
2026-04-14 23:35:02 -07:00
parent a0a3e0c666
commit 78c8ace77f
24 changed files with 85653 additions and 117 deletions
@@ -168,7 +168,7 @@ describe('Full Terminal Tool Confirmation Snapshot', () => {
// Give it a moment to render
await act(async () => {
await new Promise((resolve) => setTimeout(resolve, 500));
await new Promise((resolve) => setTimeout(resolve, 20));
});
await expect({ lastFrame, generateSvg }).toMatchSvgSnapshot();