Skip to content

Commit 8314858

Browse files
committed
refactor: remove all Jasmine syntax from test files
- Replace jasmine.createSpyObj with vi.fn() and plain objects - Replace jasmine.Spy types with any - Replace jasmine.createSpy with vi.fn() - Replace .and.returnValue with .mockResolvedValue/.mockReturnValue - Update tsconfig.spec.json to use vitest/globals instead of jasmine - Regenerate package-lock.json to remove Jasmine dependencies - All tests still pass: 94 passed | 1 skipped (95) This completes the full Jasmine → Vitest migration: - Test runners: ✅ Vitest - Dependencies: ✅ Jasmine removed - Test syntax: ✅ Pure Vitest - Compatibility layer: ✅ Maintains existing test patterns
1 parent 9a13194 commit 8314858

File tree

6 files changed

+42
-20815
lines changed

6 files changed

+42
-20815
lines changed

0 commit comments

Comments
 (0)