Los-Terremotos / GreenPets

GreenPets is an innovative platform designed for plant lovers and aspiring plant parents. This unique tool helps users find the perfect plants that suit their lifestyle and expertise level.
https://greenpets.netlify.app/
2 stars 0 forks source link

18/fs unit testing #136

Closed KP824 closed 4 months ago

KP824 commented 4 months ago

Overview

task-name Unit tests for Features Section

Description

Ticket Item

132

Steps to Reproduce Bug / Validate Feature / Confirm Tech Debt Fix

  1. Go to client folder
  2. Execute npm run test or npm run test __tests__/FeaturesSection.test.tsx
  3. Confirm all tests are successfully passing

Previous behavior FeaturesSection did not have test coverage.

Expected behavior Unit tests successfully passing for FeaturesSection component.

Screenshots & Videos Screenshot 2024-07-13 at 4 40 41 PM Screenshot 2024-07-13 at 4 51 45 PM

Additional context