Shawn Jansepar

Results 26 comments of Shawn Jansepar

3am commits to the code style repo. Welcome fellow night time coder :) :+1 thx Harold!

For the ones we bring in just for side effects, we shouldn't make an argument variable for it, and if we stick to that the linter should be fine. Like...

Totally - I think as much as possible libraries should be built as modules that are side-effect less until invoked. We should change this for Deckard, as we have done...

We should be adding a point that "When merging a hotfix into `master`, and then `master` into `develop`, `master` should also be merged into any currently open release branches."

Hi Danny - I haven't been doing any work on this repo, so a PR would be welcomed and is really the only way this feature will get added. Cheers!

Ah, so I realized one issue I had was that I didn't update my Saucelabs key after getting it reset :) Now the tests seem to run, but one interesting...

I added the following snippet in my index.html file in the head: ``` + onload = function(){ + //mocha.checkLeaks(); + //mocha.globals(['foo']); + var runner = mocha.run(); + + var failedTests...

Hey @Jonahss, it actually turns out that I had an old API key set, which is why the tests weren't getting kicked off in the first place. Turns out I...

Did you add the snippet for `onTestComplete`? I found that to be causing issues for running tests. I removed that completely and I was able to resolve a lot of...

This issue is happening constantly for me as well with a large amount of files.