Skip to content

Commit 45d73c6

Browse files
authored
Merge pull request #10 from davidsilva/fix/video-changes
Make fixes in readme
2 parents 85849cd + b1cbfc8 commit 45d73c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ I thought it would be nice to have a *live* web display of test results and cove
142142

143143
Tests can also be run in watch mode so that they will be re-run as you make changes to code and tests:
144144

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`
146146
1. `cd frontend`
147147
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).
149148

150149
## Version History
151150

0 commit comments

Comments
 (0)