You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,9 @@ I thought it would be nice to have a *live* web display of test results and cove
142
142
143
143
Tests can also be run in watch mode so that they will be re-run as you make changes to code and tests:
144
144
145
-
1. `docker-compose --env-file .env.local up backend` (to bring up the backend app and the db).
145
+
1. `docker-compose --env-file .env.local up frontend`
146
146
1. `cd frontend`
147
147
1. `npm run test:watch`
148
-
1. In another terminal, `cd frontend` and `npm run start` (now tests will be re-run and you can see changes reflected in the web browser as you make changes to code and tests).
0 commit comments