Tryb obserwacyjny Mocha
# 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
KostasX