diff --git a/README.md b/README.md index 87b6d36..3f8efd1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ![Deploy](https://github.com/rjNemo/devbook_ts/workflows/Deploy/badge.svg?branch=master) Social App for connecting with developers & tech enthusiasts. -🕸 [Check it out](https://devbook.onrender.com/) + +🕸 [Check it out!](https://devbook.onrender.com/) ## Tests @@ -19,6 +20,14 @@ yarn cypress and edit your E2E test cases in `cypress/integration/` folder. +### Unit + +Open test runner with: + +```sh +yarn test +``` + ## Deployment We use Github Actions to check push and pull requests.