javascript-exercises
javascript-exercises copied to clipboard
Remove duplicate "skipped test" instruction
Odin Project. In order to get this pull request (PR) merged in a reasonable amount of time, you must complete this entire template. -->
Because
Removing this was missed in #509 presumably because it wasn't expected for this exercise to repeat the "skipped tests" info.
This PR
- Removes redundant "skipped tests" paragraph from exercise 7's instructions.
Issue
Closes #542
Additional Information
Pull Request Requirements
- [x] I have thoroughly read and understand The Odin Project Contributing Guide
- [x] The title of this PR follows the
location of change: brief description of changeformat, e.g.01_helloWorld: Update test cases - [x] The
Becausesection summarizes the reason for this PR - [x] The
This PRsection has a bullet point list describing the changes in this PR - [x] If this PR addresses an open issue, it is linked in the
Issuesection - [x] If this PR includes any changes that affect the solution of an exercise, I've also updated the solution in the
/solutionsfolder