Steve Calvert

Results 76 comments of Steve Calvert

`Task` is an ember-concurrency type, so it makes more sense to me to try to use more generic types rather than those specific to particular implementations. I can poke at...

Should it be `PropertyDescriptor | unknown`?

I've implemented 2 parts of this: - [x] Move test isolation validation functionality into `@ember/test-helpers` - #554 - [x] Using test isolation primatives in `ember-qunit` - https://github.com/emberjs/ember-qunit/pull/453 Outstanding is: -...

Good questions, @Turbo87. This isn't necessarily a normal user thing, but rather a power user feature for when they're building composible test setup helpers. As per the RFC Rob referenced...

We still need to add the scenario that uses a prod build + puppeteer (or whatever). Will work on that.

This was not an intentional breaking change, therefore it doesn't really make sense to re-release as a major version. It makes more sense to fix forward. It looks like @shamrt...