- 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
- 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