When i run mocha on watch
mocha --watch app/**/*.spec.js
Everything is working fine. Unless when I create new spec file mocha doesnt detect that.
Is there ani fix for it?
When i run mocha on watch
mocha --watch app/**/*.spec.js
Everything is working fine. Unless when I create new spec file mocha doesnt detect that.
Is there ani fix for it?
Copyright © 2021 Jogjafile Inc.
This seems likely to be a bug or an unimplemented feature. There is an open GitHub issue filed on the Mocha repo.