Skip to content

Commit ecd7e52

Browse files
authored
Update endangered project to include test reference links
1 parent eca1233 commit ecd7e52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/mern-pern-project.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You've now learned how to create a full-stack app with a React frontend, Node/Ex
3232
- Testing
3333
- Write unit tests using Jest for at least one component. For example, how can you test the creation form?
3434
- API test for your sightings API (GET, POST/PUT, DELETE)
35+
- See the [jest](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/jest.md), [vitest](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/vitest.md), and [RTL](https://github.com/Techtonica/curriculum/blob/main/testing-and-tdd/react-testing-jest-and-RTL.md) topic outlines for more context.
3536

3637
### Data
3738

@@ -135,7 +136,7 @@ Add a "Healthy" filter checkbox
135136
- Add a `GET` route for `/sightings` that will respond with all the records in your sightings DB table
136137
- You will need to talk to the database
137138
- See the [pg-promise instructions](https://expressjs.com/en/guide/database-integration.html#postgresql) for an idea of how to do that
138-
- Test this API with Postman
139+
- Test this API using Postman
139140
- Once it is working, make the React app
140141
- Make a simple component that will show all the sightings
141142
- Use fetch to retrieve data from `/sightings`

0 commit comments

Comments
 (0)