Check the existing test setup in the repository. Look for test files or directories, and examine package.json for testing scripts. Identify the testing framework (e.g., Jest) and understand the testing patterns already used. Start by writing a simple feature test for a small component to get familiar with the setup.
Feature testing · girldevelopit/gdi-website#146 | Good First Issue