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.
Execute npm run test or npm run test __tests__/FeaturesSection.test.tsx
Confirm all tests are successfully passing
Previous behaviorFeaturesSection did not have test coverage.
Expected behavior
Unit tests successfully passing for FeaturesSection component.
Screenshots & Videos
Additional context
Deprecated module message:
(node:25489) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Attempted to update with the rest of outdated modules but was not successful.
Please reference logs for detailed approach for testing.
Overview
task-name Unit tests for Features Section
Description
FeaturesSection
componentTicket Item
132
Steps to Reproduce Bug / Validate Feature / Confirm Tech Debt Fix
client
foldernpm run test
ornpm run test __tests__/FeaturesSection.test.tsx
Previous behavior
FeaturesSection
did not have test coverage.Expected behavior Unit tests successfully passing for
FeaturesSection
component.Screenshots & Videos
Additional context