atom/fs-plus

Test fails

Closed this issue · 1 comments

I ran the test for this module and it fails, I traced the error and it is because it requires ./failure-tree and failure-tree.js doesn't exists, instead there is failure-tree.coffee.

Here is the repo that makes fs-plus test fails:
http://github.com/kevinsawicki/jasmine-node.git#3dcc6a4ff10dc0a2cd3bea267189026fb0b60e2c

It is because atom/jasmine-focused requires that in:
https://github.com/atom/jasmine-focused/blob/master/package.json#L38

Thanks for reporting this, this package hadn't been upgraded to CoffeeScript 1.7 yet.

Published a 2.0.2 with that fixed.