node-mocks icon indicating copy to clipboard operation
node-mocks copied to clipboard

node-mocks' test suite not running properly

Open mattijs opened this issue 10 years ago • 1 comments

I tried to write some additional tests for node-mocks but I don't seem to be able to get them running. I added them in the existing fs.spec.coffee file with the same syntax but they don't show up in the test output.

I tried running the tests with jake test and jasmine-node --coffee test/fs.spec.coffee but no results.

When I edit one of the existing tests and make it fail deliberately it doesn't show up as failed in the output either.

What is the correct way to run the tests and get some new tests in there?

mattijs avatar Sep 10 '13 20:09 mattijs