jasmine-node: v1.0.19 does not run any test
I’m currently on my windows machine with node version 0.6.7 and npm 1.1.0-beta-10. I installed jasmine-node with:
npm install jasmine-node -g
when i run command
jasmine-node spec
the output looks like:
Finished in 0 seconds
0 tests, 0 assertions, 0 failures
When uninstalled and installed version 1.0.17 (which i used few days ago on linux) i got:
..........
Finished in 0.012 seconds
10 tests, 16 assertions, 0 failures
I have three specs in spec folder, named *.spec.js
Are there any changes so my old spec files are not recognized?
About this issue
- Original URL
- State: closed
- Created 12 years ago
- Comments: 28 (3 by maintainers)
It’d be lovely if the Jasmine framework gave more detail than
undefined
in the case of failure. Is there a way to harden the code to be more resilient to unexpected input? We’ve got at least 3 different failure modes with the identical output…