Skip to content

Commit 76b1674

Browse files
committed
finishing touches
1 parent bd11abf commit 76b1674

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Ensure that the sanity tests pass:
177177
npm test
178178
```
179179

180-
This command just runs a basic sanity test that ensures your project passes `npm run lint`, has the right folder structure, and doesn't have any blank required files. If `npm test` doesn't report any errors that doesn't necessarily mean that you've solved every challenge perfectly!
180+
This command just runs a basic sanity test that ensures your project passes `npm run lint`, has the right folder structure, and doesn't have any blank required files. If `npm test` doesn't report any errors that doesn't necessarily mean that you've solved every exercise perfectly!
181181

182182
### The moment of truth
183183

src/SURVEY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Roughly how long did you spend on this assignment? (required)
44

5+
TODO: Replace this with your response
6+
57
## What was your favorite part of this assignment? (required)
68

9+
TODO: Replace this with your response
10+
711
## What was your least favorite part of this assignment? (required)
812

13+
TODO: Replace this with your response
14+
915
## Any other feedback for this assignment? (optional)

0 commit comments

Comments
 (0)