diff --git a/README.md b/README.md index faebb17..15d9cd7 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ curl --location --request GET "http://localhost:5000/api/admin/games/state" Tests are written using Jasmine. End-to-end tests are run using Karma. -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`