Closed ryankeener closed 10 years ago
I had the same problem. I managed to work around it, but as I am not sure if it's a proper way to go, I didn't create a pull request. But I can share it as a patch file http://pastebin.com/a3MARjkn.
So, save the content of that as file (name it, let's say "thorax.patch"), and then in your desired-application directory (or whichever name you picked earlier):
patch -p0 < /path/to/thorax.patch
That should do it. grunt test
runs fine now.
Of course, if the repo maintainers think that this is the way to go, I can create a pull request.
I had the same issue and @mileticn your patch works for me.
I've been having trouble running the included tests and was wondering if I'm missing something. Here's what I've been doing:
which results in this: