From 16ed65659e8106826ba3dfe50886798d51ab823b Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 16 Mar 2021 11:37:55 +0300 Subject: [PATCH 1/2] updating integration test command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a4cf23..2133b6da 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ You can execute the integration tests individually with: ```bash npm run test:integration # same thing, but with coverage reporting -npm run test:integration:coverage +npm run test:integration:cover ``` ## 🛳 Production From 09d3703f723fbf763a35b06834f95a619fe019ef Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 16 Mar 2021 11:38:33 +0300 Subject: [PATCH 2/2] updating unit test command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2133b6da..4f0bfb45 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can execute the unit tests individually with: ```bash npm run test:unit # same thing, but with coverage reporting -npm run test:unit:coverage +npm run test:unit:cover ``` ### Integration Tests