node.js - how to disable mocha.opts disable slow option -


in mocha.opts have got:

--slow 1000000 

but rather disable slow option. possible?

basically, don't want yellow or red showing when tests run slow. because want these tests take considerable amount of time.


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -