From b443bd476a4ba0900896c74760dcf8efc5bb5459 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Tue, 16 Feb 2021 06:30:02 -0500 Subject: [PATCH] Add test running to readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 144feee..218aa3e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ npm run watch then visit http://localhost:1234. +## Running tests + +To run tests interactively, run: + +``` +npm run test:watch +``` + ## Deployment To deploy the project to GitHub Pages, run: