emberjs / ember-cli-babel

Ember CLI plugin for Babel
MIT License
153 stars 119 forks source link

ember-cli-qunit is deprecated #303

Closed dmzza closed 4 years ago

dmzza commented 4 years ago

ember-cli-qunit was deprecated some time ago. This is the advice given to move to ember-qunit:

Migrating to ember-qunit

To upgrade from ember-cli-qunit@4 to ember-qunit@4 perform the following:

yarn

yarn remove ember-cli-qunit yarn add -D ember-qunit Update tests/test-helper.js to replace any imports from ember-cli-qunit with an import from ember-qunit.

I'm happy to make a PR for this if there are no objections.

rwjblue commented 4 years ago

๐Ÿ‘๐Ÿ‘sounds great to me ๐Ÿ˜„