8000 Typo: change supress to suppress in README.md · claysb/javascript-exercises@9a22ea1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a22ea1

Browse files
committed
Typo: change supress to suppress in README.md
1 parent d4421b0 commit 9a22ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have a suggestion to improve an exercise, an idea for a new exercise, or
3131
> Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
3232
3333
> [!NOTE]
34-
> Due to the way Jest handles failed tests, it may return an exit code of 1 if any tests fail. NPM will interpret this as an error and you may see some `npm ERR!` messages after Jest runs. You can ignore these, or run your test with `npm test exerciseName.spec.js --silent` to supress the errors.
34+
> Due to the way Jest handles failed tests, it may return an exit code of 1 if any tests fail. NPM will interpret this as an error and you may see some `npm ERR!` messages after Jest runs. You can ignore these, or run your test with `npm test exerciseName.spec.js --silent` to suppress the errors.
3535
3636
The first exercise, `helloWorld`, will walk you through the process in-depth.
3737

0 commit comments

Comments
 (0)
0