Skip to content

Commit f4ba45e

Browse files
authored
Update part5d.md
1 parent ed65055 commit f4ba45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ As with unit and integration tests, with E2E tests it is best to empty the datab
404404

405405
The solution is to create API endpoints for the backend tests.
406406
We can empty the database using these endpoints.
407-
Let's create a new <i>router</i> for the tests
407+
Let's create a new router for the tests inside the <i>controllers</i> folder, in the <i>testing.js</i> file
408408

409409
```js
410410
const testingRouter = require('express').Router()

0 commit comments

Comments
 (0)