carbonfive / mocha-server

8 stars 4 forks source link

Unable to run simple js file #25

Open akoidan opened 7 years ago

akoidan commented 7 years ago

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?