Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggestion
Post-Vitest Migration: Fixes & Improvements
- Fix path-related issues.
- Replace
.each
with the new.for
syntax to allow running the tests concurrently viavitest --sequence.concurrent=true
, which does speed up local testing. - Refactor remaining loops to use
.for
syntax. - Utilizecustom matchers API.
- Remove
jest-diff
.
Additional Info
I will submit a PR for this shortly.