gstack/design/test
t b01188fd3a test(design): fix session-interface drift and HTTP-date millisecond truncation
- feedback-roundtrip.test.ts: handleWrite/ReadCommand's third param is a
  TabSession, not the BrowserManager — the manager delegates enough of the
  session surface to limp through setup but lacks clearLoadedHtml, so
  goto threw on every test. Call via bm.getActiveSession() like
  commands.test.ts does.
- variants-retry-after.test.ts: the Retry-After HTTP-date was built from
  Date.now()+3000, and toUTCString() truncates milliseconds — shaving up
  to 999ms off the encoded wait and failing whenever the clock was late
  in a second. Align the base to a whole second; assertions unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 15:22:46 -07:00
..
auth.test.ts v1.42.0.0 Daegu wave: 23 community-filed bugs + PTY classifier enforcement (24 bisect commits) (#1594) 2026-05-20 07:35:01 -07:00
daemon-discovery.test.ts v1.45.0.0 feat(design): persistent board daemon — 24h boards, one tab, board history (#1710) 2026-05-25 20:45:12 -07:00
daemon-tests-fixtures.ts v1.45.0.0 feat(design): persistent board daemon — 24h boards, one tab, board history (#1710) 2026-05-25 20:45:12 -07:00
daemon.test.ts fix(tests): stop browse/design teardowns from killing the whole bun run 2026-07-04 08:16:43 +03:00
feedback-roundtrip-daemon.test.ts v1.45.0.0 feat(design): persistent board daemon — 24h boards, one tab, board history (#1710) 2026-05-25 20:45:12 -07:00
feedback-roundtrip.test.ts test(design): fix session-interface drift and HTTP-date millisecond truncation 2026-07-10 15:22:46 -07:00
gallery.test.ts feat: design binary — real UI mockup generation for gstack skills (v0.13.0.0) (#551) 2026-03-27 20:32:59 -06:00
serve.test.ts v1.45.0.0 feat(design): persistent board daemon — 24h boards, one tab, board history (#1710) 2026-05-25 20:45:12 -07:00
variants-retry-after.test.ts test(design): fix session-interface drift and HTTP-date millisecond truncation 2026-07-10 15:22:46 -07:00