From 366d34bd9a53ca080985c711d0aa77d82af54ab2 Mon Sep 17 00:00:00 2001 From: Isha Date: Thu, 7 Jul 2022 12:12:53 +0200 Subject: [PATCH 1/2] Fix typo in start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5a378..05451b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install ### Hosts dev server and hot-reloads modules as they're changed ``` -npm starts +npm start ``` ### Compiles and minifies for production -- 2.45.2 From 43fa50baeead3e365a432008b2b112b010801853 Mon Sep 17 00:00:00 2001 From: Isha Date: Thu, 7 Jul 2022 12:13:05 +0200 Subject: [PATCH 2/2] Add test command to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 05451b5..e535eb2 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,8 @@ npm run preview ``` npm run lint ``` + +### Runs the tests using vite-jest +``` +npm run test +``` -- 2.45.2