mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Date.now() can tick between sequential calls on Windows, producing different millisecond values per mock task. useGroupedTasks sorts newest-first, so slightly increasing timestamps reversed the expected order, causing task-1 to fall outside the first 4 displayed groups. Replaced Date.now() with deterministic, descending timestamps so the sort always yields task-1 through task-4 regardless of platform. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||