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
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
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
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