Mikael Hugo
f00af5b67f
chore: remove last vitest exclude — lsp-integration already converted
...
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:22:59 +02:00
Mikael Hugo
a920164a04
chore: worktree e2e test update
...
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:21:09 +02:00
Mikael Hugo
6fcf61ba0e
chore: lockfile update and vitest config cleanup
...
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:19:52 +02:00
Mikael Hugo
7106a04951
chore: remaining studio and web updates
...
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 06:18:50 +02:00
Mikael Hugo
2be52e28a3
test: convert ci_monitor and linux-ready to vitest, add vectordrive to include
2026-05-02 05:45:40 +02:00
Mikael Hugo
449d0ca878
test: convert remaining standalone tests to vitest, remove debug logs, fix parser fallback
2026-05-02 05:43:32 +02:00
Mikael Hugo
ba5ecfc050
fix: stalled-tool-recovery test wrap in describe/it, minor cleanup
...
- Wrap bare test blocks in describe/it for vitest compatibility
- Clean up vitest.config.ts
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 05:41:39 +02:00
Mikael Hugo
7dd59ad70d
test: enable 7 more converted vitest tests and fix worktree-nested-git slice size
2026-05-02 05:35:42 +02:00
Mikael Hugo
9ad818d4a0
test: enable 7 converted vitest tests previously in exclude list
2026-05-02 05:32:32 +02:00
Mikael Hugo
0682fbc32a
test: remove debug logs, fix loop.ts logging, and enable converted vitest tests
2026-05-02 05:13:14 +02:00
Mikael Hugo
3ddb8c84e0
chore: commit current worktree state
2026-05-02 05:11:03 +02:00
Mikael Hugo
b62f7b20ec
fix: convert node:test API calls to vitest equivalents
...
- t.after() → afterEach() with import injection
- t.before() → beforeEach() with import injection
- t.test() → test() (flatten subtests)
- t.skip() → return with skip comment
- Fix vitest.config.ts poolOptions deprecation for Vitest 4
- Run fix-vitest-api.mjs across 108 affected test files
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 04:42:38 +02:00
Mikael Hugo
59aaf3dcf3
chore: migrate test suite from node:test to vitest
...
Add vitest.config.ts with forks pool, v8 coverage, and package aliases.
Run migrate-to-vitest.mjs to replace `from "node:test"` imports with
`from 'vitest'` across 749 test files, converting mock.fn→vi.fn and
mock.timers→vi fake timers where needed.
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-02 04:37:33 +02:00