Add test section to README.md

1.1.101
Chris Fuertes 2020-04-06 10:06:20 +02:00
parent 395d83521d
commit ac2c1b4780
1 changed files with 10 additions and 0 deletions

View File

@ -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