You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once an addon or application has migrated to using the new re-exports from tests/helpers/index.js they should no longer import them from the classic ember-qunit locations.
Rule details:
Prevent importing setupTest, setupApplicationTest, and setupRenderingTest from the ember-qunit module
Consider attempting to write a fixer that will add a new import from app-name/helpers instead.
As of [email protected] emberjs/rfcs#637 has been implemented in the new application blueprint.
Once an addon or application has migrated to using the new re-exports from
tests/helpers/index.js
they should no longer import them from the classicember-qunit
locations.Rule details:
setupTest
,setupApplicationTest
, andsetupRenderingTest
from theember-qunit
moduleapp-name/helpers
instead.Bad:
(all of these should be forbidden)
Good:
The text was updated successfully, but these errors were encountered: