Skip to content

Commit

Permalink
Fix a make command in the connect-web-test README (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jul 14, 2023
1 parent 411bba5 commit a429733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-web-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ decent coverage quickly.
### Running tests in a local browser

To run the test suite in local browsers, start the karma server with
`make testlocalbrowser` from the project root. If you encounter a CORS
`make testwebbrowserlocal` from the project root. If you encounter a CORS
error in your local browser, this is most likely because you need to
explicitly trust the self-signed certificate of the test server.
Open one of the failed requests from the browsers network inspector,
Expand Down

0 comments on commit a429733

Please sign in to comment.