From ac2c1b478024657c5581edc8d35a8da7f2e67e3f Mon Sep 17 00:00:00 2001 From: Chris Fuertes Date: Mon, 6 Apr 2020 10:06:20 +0200 Subject: [PATCH] Add test section to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fe90a5d..6a1de01 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,14 @@ ESLint can auto fix some problems with the option `--fix` but most of them must npm run lint --fix + +## Tests + +To run tests first is needed to install all dependencies + + npm install + +### Run + + npm run test \ No newline at end of file