Skip to content

Commit 0c154ca

Browse files
authored
added tests to MVP Task List
Extended description to explicitly require error coverage
1 parent 64978ed commit 0c154ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ Upon your first commit, please submit a Pull Request and add _both_ the **Trello
5353
* [ ] Store Notes in your Database
5454
* [ ] Deploy your application to the web
5555

56-
Build an API Endpoint in your Node App for each of the following, and connect them to your React App. These should all be read from your Database and scoped to the logged in user. Write tests for your endpoints.
56+
Build an API Endpoint in your Node App for each of the following, and connect them to your React App. These should all be read from your Database and scoped to the logged in user. Write tests for your endpoints which adequately cover use cases and errors.
5757
* [ ] Display a list of notes
5858
* [ ] Create a note with a title and content
5959
* [ ] View an existing note
6060
* [ ] Edit an existing note
6161
* [ ] Delete an existing note
62+
* [ ] Write tests for your endpoints
6263
```
6364
***
6465
## Once you have completed the Backend Minimum Viable Product requirements, direct message your project manager for approval. If approved, you may continue working on the Extra Features. Please add the Extra Features to your Task List in the first comment on your PR.

0 commit comments

Comments
 (0)