Steve Calvert

Results 76 comments of Steve Calvert

Ya a `yarn why @ember/test-helpers` would help here.

I think you probably don't want to mix and match these. You'll want to be on ember-qunit@~5.x and @ember/test-helpers@~2.x. You can follow [this guide to migrate](https://github.com/emberjs/ember-qunit/blob/master/docs/migration.md).

Seems reasonable. I'm torn about > Better output when calling .getDebugInfo() where Ember.run.backburner.DEBUG is not set (and thought about this when I was implementing) because would one expect to get...

I'm all for merging. I also think it makes sense to merge these rules into the netguru ones, and ultimately move that project under this org. We can all act...

I don't believe this makes sense for the JSON schema to contain this information. We do provide a way for task authors to determine how long a task runs, ```...

I'd prefer not to jump to using threads unless absolutely needed. Currently, the `eachTasks` function uses [p-map](https://github.com/sindresorhus/p-map), and unless there's a super compelling reason to switch, I'd prefer to leave...