Nathan Black

Results 78 comments of Nathan Black

@kelveden the issue you just mentioned is @mncharity 's pull request to fix it getting accepted. Great to see that! I'll look at slimerjs again soon. I've ran into more...

Yes I want to enable this. For now you will have to specify all tests individually.

> Yikes, this is sort of a deal-breaker. Three workarounds: 1. Simply put all your tests in a single, flat directory 2. Use a shell script to enumerate directories and...

Yeah that looks fine! Please put up a PR with a simple test too.

> Am I doing something wrong? Nope not at all. Thanks for bringing up the issue. `mocha-casperjs` should be spitting out the error. using plain casperjs it looks something like...

It should be outputing them, yes. It is a legit issue.

No, I'm quite busy in my life for the next few months. PRs are always welcome.

In `cli.js` when the tests are `require`d, it should throw with an exception and information if the js file has syntax errors or if it throws, i may just be...

> in my case, require() inside cli.js is always returning {}, even if the require was successful. That is casperjs' [`patchedRequire` stuff](https://github.com/casperjs/casperjs/blob/339e6937267fab63ed2df27c68f3d6b21d48e188/bin/bootstrap.js#L234-L315) that also caused me a lot of pain...