File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments