We have updated our ember versions to ember-cli@~3.5.0 and ember-source to ember-source@~3.6.0-beta.2. Since them our test suite is failing because ember-auto-import generates an Uncaught SyntaxError: Invalid regular expression flags error.
See here:

Which shows up in the console:

Clicking on the /assets/client/.../tests-dev.js in the top right corner reveals the error:

That said, ember-auto-import is not a direct dependency of us (yet), but sneaked in as a transitive dependency. I tried to forbidEval but that has no effect.
I'm around in discord, hit me up. Can pair on this one.
We have updated our ember versions to
ember-cli@~3.5.0and ember-source toember-source@~3.6.0-beta.2. Since them our test suite is failing because ember-auto-import generates anUncaught SyntaxError: Invalid regular expression flagserror.See here:

Which shows up in the console:

Clicking on the

/assets/client/.../tests-dev.jsin the top right corner reveals the error:That said,
ember-auto-importis not a direct dependency of us (yet), but sneaked in as a transitive dependency. I tried toforbidEvalbut that has no effect.I'm around in discord, hit me up. Can pair on this one.