jonbrunt / ai-portfolio

Personal AI Engineering Portfolio Page
https://ai-portfolio-henna.vercel.app
MIT License
0 stars 0 forks source link

HERO AND NAVBAR TEST FORMATTING #9

Closed jonbrunt closed 7 months ago

jonbrunt commented 7 months ago

Test formatting needs to be standardized

Starting with the About component, it was decided to leave a space after multi-line statements (as dictated by Prettier rules/pre-commit formatting), before the expect lines began, to enhance readability. The Hero and Navbar components do not currently have this. Low priority, but would be nice to address.

Steps to Reprodu

  1. Open the files and it is obvious

Expected Behavior

We want the spacing to match what is described above and what is seen in the About component

Actual Behavior

Total lack of spacing in the unit tests

Tasks