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

.net - Generate assembly with Roslyn -

ZeroMQ on Windows, with Qt Creator -

batch file - filebot superstrict script: need tiny video sample or other solution -