From 262d4e1934770b7c7f4d16477ed1fe11cee6e200 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Tue, 12 May 2020 10:25:40 +0200 Subject: [PATCH] readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.