Closed denkristoffer closed 3 weeks ago
Latest commit: 8ab301db7ef12232923a79fb3ca70508c622e7a8
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
forma-36 | ✅ Ready (Inspect) | Visit Preview | Oct 30, 2024 10:16am |
Purpose of PR
Clean up some jest-axe configuration which makes it possible to get rid of our
axeHelper
and doimport { axe } from 'jest-axe';
directly in tests.