qonto/ember-phone-input

Fix ember-beta and ember-canary test scenarios

dcyriller opened this issue · 2 comments

ember-beta and ember-canary CI scenarios run the test suite against ember@4 (as of today). To fix these test scenarios, we will have to rewrite the doc to remove addon-docs or at least to remove our pods usage (see #361 (comment) for details).

The tests against ember-beta have been fixed by #381 and #384.

To fix the tests against ember-canary, we will have to upgrade ember-auto-import to v2.

Closed in #357