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