You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(@schematics/angular): add matcher transformations to jasmine-to-vitest schematic
This commit adds transformers for a wide range of Jasmine matchers.
Coverage includes:
- Syntactic sugar matchers (toBeTrue, toHaveSize, etc.)
- Asymmetric matchers (jasmine.any, jasmine.objectContaining)
- Async matchers (expectAsync)
- Complex structural rewrites for matchers like 'toHaveBeenCalledOnceWith' and 'arrayWithExactContents'.
0 commit comments