You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mocha --watch often runs twice when a src file is saved, I believe because the CWD is written to twice - once when the src file is saved, and again when the build is saved. I believe the best fix for this issue is if mocha were to add support to "ignore" watched directories. Should we file a bug against mocha, or is there a better solution?
The text was updated successfully, but these errors were encountered:
mocha --watch
often runs twice when a src file is saved, I believe because the CWD is written to twice - once when the src file is saved, and again when the build is saved. I believe the best fix for this issue is if mocha were to add support to "ignore" watched directories. Should we file a bug against mocha, or is there a better solution?The text was updated successfully, but these errors were encountered: