NullVoxPopuli / ember-addon-migrator

ember addon v1 to v2 migrator
19 stars 4 forks source link

Add `--exclude-tests` to support two-phased migration #91

Closed simonihmig closed 1 year ago

simonihmig commented 1 year ago

When running extract-tests, you would want to migrate to v2 without touching the test-app again. The Readme says:

Do an in-place conversion of the v1 addon in "sub-folder" to a v2 addon. The default command for ember-addon-migrator will do this for you via --exclude-tests or --in-place (these flags are aliases of each-other)

But these flags didn't exist yet. This PR adds them! :)

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 668c9039abff5beaa8dec45bd4a866498e2e13af

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | ember-addon-migrator | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

simonihmig commented 1 year ago

Tests were passing locally, need to debug...