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
I actually happened to hit this same issue in an app this week, and it's on my todo list to debug it.
I don't think ember-exam is doing anything wrong here. It's relying on babel-plugin-module-resolver, which comes with ember-cli-htmlbars, which rewrites require with relative paths like that one to full package-absolute paths.
It looks like either embroider is causing that plugin to get dropped, or embroider's own plugin that rewrites require to window.require is running first and interrupting babel-plugin-module-resolver from doing the job.
There is another blocking bug in ember-exam when it comes to working under embroider, see #489
When I have:
I get the following error at
/tests
:I think this may be a similar issue as: mainmatter/qunit-dom#542
cc @ef4
The text was updated successfully, but these errors were encountered: