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