Hi, I'm trying to run simple js file with mocha. E.g.
node_modules/mocha-server/bin/mocha-server--timeout 0 --ui bdd ./tests/unit-test.js.
This produces no such file or directory, stat './tests/unit-test.coffee'. But there IS './tests/unit-test.coffee.js` file. Why is it looking for .coffee?
Hi, I'm trying to run simple js file with mocha. E.g.
node_modules/mocha-server/bin/mocha-server--timeout 0 --ui bdd ./tests/unit-test.js
. This producesno such file or directory, stat './tests/unit-test.coffee'
. But there IS './tests/unit-test.coffee.js` file. Why is it looking for .coffee?