Update README.md

This commit is contained in:
Alec
2022-12-13 21:05:07 -05:00
committed by GitHub
parent 9ebab4d2a7
commit f17182a45a

View File

@@ -126,7 +126,7 @@ curl --location --request GET "http://localhost:5000/api/admin/games/state"
Tests are written using <a href="https://jasmine.github.io/">Jasmine</a>. End-to-end tests are run using <a href='https://karma-runner.github.io/latest/index.html'>Karma</a>.
Execute unit tests by running `npm run test:unit`. Execute end-to-end tests by running `npm run test:e2e`.
Execute all tests by running `npm test`. Execute unit tests by running `npm run test:unit`. Execute end-to-end tests by running `npm run test:e2e`.
Unit tests map 1:1 to the application directory structure - i.e. unit tests for
`server/modules/GameManager` are found in `spec/unit/server/modules/GameManager_Spec.js`