standen1 / seanstanden-portfolio

Front End Website for seanstanden.dev
0 stars 0 forks source link

Improve Testing #76

Open standen1 opened 2 years ago

standen1 commented 2 years ago

Set up test for all components that currently do not have test files.

standen1 commented 1 year ago

Create snapshots for any components that don't handle state or use props other than children. If a wrapper element with children, mock the children components so that the snapshots stay consistent if a child element is changed.