Skip to content

Commit 85a74a2

Browse files
committed
readme
1 parent 4a6c8b5 commit 85a74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Build an API inside the `api` folder with endpoints for:
9696
- Run tests locally by executing `npm run test`. Tests will be very broken until you flesh out the project sufficiently.
9797
- You are welcome to create additional files for middlewares etc, but **do not move or rename existing files** or folders.
9898
- Do not make changes to your `package.json` except to add **additional** dependencies and scripts. Do not update existing packages.
99-
- Delete `test.db3` and `database.db3` and re-run the migration(s) if you suspect half-finished code left your databases in a broken state.
99+
- Delete `test.db3` and `database.db3` and re-run migrations and tests, if you suspect half-finished code left your databases in a broken state.
100100
- In your solution, it is essential that you follow best practices and produce clean and professional results.
101101

102102
## Submission format

0 commit comments

Comments
 (0)