From b08fd3079ddcba30de923c43fe66e92fc439c56c Mon Sep 17 00:00:00 2001 From: Liz Burton Date: Tue, 27 Dec 2022 12:14:17 -0500 Subject: [PATCH] Add reminders --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fafaeb0aa..2391398c7 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,9 @@ Here's the full example code: When you're done, it is time to run this assignment's tests. Make sure that you have your HTML content in a file called `my_list.html` in order to pass the -check. Type `npm test` and verify that your tests pass. +check. Type `npm test` and verify that your tests pass. As always, don't forget +you need to run `npm install` before running the tests, and to push up your code +and submit it using CodeGrade once everything is passing. ## Conclusion