machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
690 stars 157 forks source link

Test ember-concurrency against embroider build #368

Closed kiwiupover closed 2 years ago

alexlafroscia commented 3 years ago

I know this PR has been open/around a while, but Embroider now publishes a test-setup package that is meant specifically to abstract the set-up for testing Embroider away from addon developers. It would probably be better to use that instead!

https://github.com/embroider-build/embroider/tree/master/packages/test-setup

maxfierke commented 2 years ago

embroider testing is now enabled and passing on master, so closing this out. Thanks!