Closed ndjordjevic closed 8 years ago
I can't reproduce this - maybe you could point me at your actual project?
Here it is: https://github.com/ndjordjevic/medical-rec5
ok i think that's too big for me to debug and requires me to install stuff globally (not happening). Can you reproduce the issue in a simpler scenario?
closing as old
Hi, I got the following error when I run tests:
Files: server/api/thing/index.spec.js, server/api/user/index.spec.js, server/api/user/user.model.spec.js Options: reporter="spec", require="mocha.conf.js", timeout=5000
The extract from Gruntfile.js:
mochaTest: { options: { reporter: 'spec', require: 'mocha.conf.js', timeout: 5000 }, unit: { src: ['<%= yeoman.server %>/**/*.spec.js'] }, ...
And mocha.conf.js:
I'm using the latest versions of node, npm and all deps. When the tests are run manually everything works fine.