Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

mocha watch mode

# Watch files in the current working directory for changes: 
mocha --watch

# List of paths or globs to watch 
mocha --watch --watch-files index.js test/test.js
 
PREVIOUS NEXT
Tagged: #mocha #watch #mode
ADD COMMENT
Topic
Name
5+3 =