GavinJoyce / ember-headlessui

https://gavinjoyce.github.io/ember-headlessui/
Other
92 stars 34 forks source link

Move tests to own app #157

Closed NullVoxPopuli closed 2 years ago

NullVoxPopuli commented 2 years ago

Changes in addition to moving tests:


I'm splitting certain things out of the https://github.com/GavinJoyce/ember-headlessui/pull/144, because it's very big, and since we all are part-time maintainers of this library, I'm trying to make the individual parts more easily reviewable.

Some advantages of monorepo (as it relates to addon development)

This allows for more confidence in dependency changes.

For ease of reviewing, this only moving the tests and dependencies out of the addon and into their own app. -- docs will be extracted in a separate PR