Closed hereandnow closed 9 years ago
FWIW, I tested this change locally, and I use junit reporting, and this looks good to me.
Mergeable?
run into the same issue and fixed it the same way using a corrected version of jasmine-node (1.14.5)
+1 for merge.
according to this issue jasmine-node threw errors when using a new version of jasmine-reporters. they downgraded their dependency to only use 1.x.x versions
this pull request just upgrades the dependency to jasmine-node to the current version + uses a caret instead of a tilde. that means that all minor upgrades (and not just patches) of jasmine-node will be automatically installed in the future.
if you are not comfortable using the caret (i know their a pro's and con's), please at least upgrade the jasmine-node-version