Closed rjomada closed 8 years ago
+1 for this.
I just spent an hour trying to figure out why my ES6 specs were working when I ran rake jasmine
, but didn't even seem to load when I tried using rake jasmine:ci
.
Jasmine should at least warn me of this instead of just swiping it under the rug and ignoring the files altogether.
This looks like a duplicate of jasmine/jasmine#529 and something that needs to be handled in the core library. Closing this. Thanks for using Jasmine!
This seems like a similar issue as this:
https://github.com/jasmine/jasmine/issues/326
To reproduce, you can introduce a compilation error in any spec and then rake jasmine:ci.
We were using jasmine 2.3.1 and upgraded to 2.4 to try to fix this, but it was still around.