Skip to content

Commit

Permalink
Update JavaScript tests README to include Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
injms committed Mar 22, 2021
1 parent b6013b1 commit 06e6e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ development VM it's possible to increase the `proxy_read_timeout` value in

Tests can run in browser at `/specs`

Or in terminal to run only the jasmine tests you can use `RAILS_ENV=test bundle exec rake jasmine:ci`
Or in terminal to run only the jasmine tests you can use `RAILS_ENV=test bundle exec rake jasmine:ci` or in Docker `govuk-docker run -e RAILS_ENV=test static-lite bundle exec rake jasmine:ci`

0 comments on commit 06e6e28

Please sign in to comment.