Sfoglia il codice sorgente

add Run Tests section to README

afrokick 6 anni fa
parent
commit
56f9deb694
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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)