Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

To run these examples locally, just:

$ git clone https://github.com/marianmeres/test-runner test-runner
$ cd test-runner
$ npm install
$ node examples [-v] [whitelist]

or watch via nodemon (not included):

$ nodemon -q examples -- [-v] [whitelist]