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
691 stars 155 forks source link

Test usage of directly imported helpers (.gts / ember-template-imports) #555

Closed machty closed 5 months ago

machty commented 5 months ago

Test importable helpers perform, cancel-all, and task in a .gts file.

Also modernize the prettier/linting stack.