Closed joshwooding closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mosaic | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 4, 2024 1:11pm |
Latest commit: a7bffe8cfe21fd47833b53898d8c44b04382e03d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
of some concern is our app router branch @DavieReid
This PR replaces jest with vitest, which improves ESM support in the test and means a lot less setup is needed. It also removes a lot of dependencies included with jest.
Workflow of some of the changes:
I've also updated how msw was used, to be consistent across all test files.
Outstanding issues
WorkerSubscription.test.ts doesn't work (require's complex mocking that doesn't seem to be working)