From f17182a45a01beed7db8a3ba1d5fcdc3713628b9 Mon Sep 17 00:00:00 2001 From: Alec Date: Tue, 13 Dec 2022 21:05:07 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`