emberjs / ember-test-waiters

An Ember addon to allow @ember/test-helpers to manage asynchronous operations
MIT License
29 stars 15 forks source link

Remove dual-package emit #454

Closed NullVoxPopuli closed 11 months ago

NullVoxPopuli commented 1 year ago

Context, Plan, etc: https://gist.github.com/NullVoxPopuli/eafc7dad6547de5e730098498b829e1f

Historically, this package has emitted two packages:

now only @ember/test-waiters remains.

This is a breaking change. however we should still publish ember-test-waiters so we can ensure that folks can have only one copy of @ember/test-waiters in their package graph. ember-test-waiters would just be re-exports of @ember/test-waiters Monorepo required for this.

kategengler commented 11 months ago

however we should still publish ember-test-waiters

Do you have this documented as a task somewhere?

NullVoxPopuli commented 11 months ago

Do you have this documented as a task somewhere?

ye, towards the bottom here: https://github.com/emberjs/ember-test-waiters/issues/458