diff --git a/README.md b/README.md index ca5a378..e535eb2 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 @@ -30,3 +30,8 @@ npm run preview ``` npm run lint ``` + +### Runs the tests using vite-jest +``` +npm run test +```