node.js - Mocha tests not running in root directory -


i have following start script in node:

"test": "mocha **/*.test.js" 

this tests files in subdirectories, not files in root, missing here?

have tried using absolute paths? try <root folder name>/**/*/.test.js


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 -