mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-02 21:04:57 +00:00
The seeded 'today' session used a fixed noon timestamp; under the suite's TZ=UTC pin any run between 00:00 and ~12:30 UTC placed it in the future, so the provider-filtered durable path (today-range ends at now) dropped it and the parity assertion failed. Seed timestamps proportionally between start-of-today and now so they are always today and always in the past. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||