Apply dependencies update
[poolifier.git] / CONTRIBUTING.md
index c148e5a0867fd3172db2b1b2048b1d0409dda96c..4142a351215a766314be2e1dd18724d1cead8cb0 100644 (file)
@@ -7,12 +7,11 @@ Another thing that you can do to contribute is to build something on top of ring
 
 Please ask your PR to be merged on **master** branch.
 
-**How to run tests**
-
-**Unit tests**
+**How to run unit tests and coverage**
 
 ```bash
-  npm run test
+  npm test
+  npm run coverage
 ```
 
 **How to check if your new code is standard style**
@@ -21,10 +20,10 @@ Please ask your PR to be merged on **master** branch.
   npm run lint
 ```
 
-**How to lint and format (with prettier) your code**
+**How to lint and format to standard JS your code**
 
 ```bash
-  npm run format && npm run lint:fix
+  npm run lint:fix
 ```
 
 ### Project pillars