Fix incorrect development server port in documentation

This commit is contained in:
timvisee
2020-10-15 16:12:23 +02:00
parent 11319080a8
commit 94e826e1e2
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ To run all the tests use `npm test`. This will run the tests and produce a code
Unit tests reside in `test/frontend/tests`.
Frontend tests can be ran in the browser by running `npm start` and then browsing to http://localhost:8080/test. Doing it this way will watch for changes and rerun the suite automatically.
Frontend tests can be ran in the browser by running `npm start` and then browsing to http://localhost:1337/test. Doing it this way will watch for changes and rerun the suite automatically.
You can also run them in headless Chrome by using `npm run test:frontend`. The results will be printed to the console.