Browse Source

add Run Tests section to README

afrokick 6 years ago
parent
commit
56f9deb694
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -82,6 +82,11 @@ peer.on('call', function(call) {
   });
 });
 ```
+
+## Run tests
+
+`npm test`
+
 ## Links
 
 ### [Documentation / API Reference](http://peerjs.com/docs)