mirror of https://github.com/garrytan/gstack.git
- 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> |
||
|---|---|---|
| .. | ||
| auth.test.ts | ||
| daemon-discovery.test.ts | ||
| daemon-tests-fixtures.ts | ||
| daemon.test.ts | ||
| feedback-roundtrip-daemon.test.ts | ||
| feedback-roundtrip.test.ts | ||
| gallery.test.ts | ||
| serve.test.ts | ||
| variants-retry-after.test.ts | ||