Commit graph

4 commits

Author SHA1 Message Date
Roo Code
96a1fc0a49 Fix TypeScript errors in test files
- Fixed vitest matcher usage: replaced toBeTypeOf with typeof + toBe
- Fixed import statements for fs and path modules to use namespace imports
- Resolves TypeScript compilation errors preventing push

Part of fixing test setup issues for PR #227
2025-07-08 12:34:55 +00:00
Roo Code
19b6fa3624 Fix vitest setup: correct @testing-library/jest-dom import and install dependencies
- Fixed incorrect import path from '@testing-library/jest-dom/vitest' to '@testing-library/jest-dom'
- Installed missing dependencies with pnpm install
- Fixed ESLint warnings by properly typing global mocks
- Resolves test setup issues for hash-based navigation modal tests

Addresses comment from @mrubens in PR #227
2025-07-08 12:34:06 +00:00
Matt Rubens
9edcee5c53
Add syntax highlighting (#178) 2025-07-01 15:19:35 -04:00
Chris Estreich
e8e7274393
Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
Renamed from apps/web/vitest-setup.ts (Browse further)