Answers for "mocha watch mode"

0

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
Posted by: Guest on March-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language