Fixed an ESLint error in the updates image upon selecting another color option test.
Moved userEvent.click outside of the waitFor callback to avoid side effects within waitFor, as recommended by the ESLint rule testing-library/no-wait-for-side-effects.
Updated Jest config and readme to enable verbose test information. This provides more detailed output during test runs, aiding in debugging and understanding test failures.
Added pull_request to the GH actions, so the workflow now runs both on pushes to the main branch and when pull requests are opened or updated
Custom Font Integration
Added and configured Helvetica Neue local fonts using next/font/local.
Integrated with Tailwind CSS to use Helvetica Neue as the default sans-serif font.
Summary
Enhancements: Fonts, Testing, and Documentation
Testing Improvements
updates image upon selecting another color option
test.userEvent.click
outside of thewaitFor
callback to avoid side effects withinwaitFor
, as recommended by the ESLint rule testing-library/no-wait-for-side-effects.Custom Font Integration
next/font/local
.tion in
app/layout.tsx
.