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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -