Upgrade to current release
Opened this issue · 2 comments
MelSumner commented
Right now, current release is allowed to fail (via ember-try config). It should be updated so that current release works, and the scenario should be re-enabled.
MelSumner commented
The dummy app is looking for classify
from @ember/string
:
Cannot read properties of undefined (reading 'classify')
at Object.initialize (webpack://dummy/./initializers/export-application-global.js?:30:82)
MelSumner commented
Even after I add @ember/string
as a devdep, I'm still getting a test failure in the 5+ scenarios...but only on the first component test. The rest of the tests pass (they weren't before I added the devdep). Curious.