Closed Techn1x closed 1 year ago
Does it still exist after running pnpm dedupe
?
Unfortunately won't be at my computer for another ~12 hours, I'll give it a go in the morning!
No luck with the dedupe, same error
I tried removing ember-sinon-qunit, and then it got past that error.
So I went and sleuthed that project and sure enough it's already been reported https://github.com/elwayman02/ember-sinon-qunit/issues/885
Closing, as it looks like it's an issue over at ember-sinon-qunit rather than here
I think this issue has popped up again https://github.com/emberjs/ember-qunit/pull/752
I've attempted to update ember-qunit from v7 to v8.0.1 in my addon, but all tests fail with
Uncaught Error: QUnit has already been defined
Is there some configuration I need to do as part of this update to avoid this error? ember-auto-import 2.6.3 is listed as a dependency, and these are the relevant devdeps for the addon..