Closed elwayman02 closed 1 year ago
Currently we reference self.QUnit, but I honestly don't remember if that was necessary or if I just didn't think about importing it back then. 😅
self.QUnit
https://github.com/elwayman02/ember-sinon-qunit/blob/master/addon-test-support/index.js#L11
An explicit import seems much better, if it works.
Fixed by #755
Currently we reference
self.QUnit
, but I honestly don't remember if that was necessary or if I just didn't think about importing it back then. 😅https://github.com/elwayman02/ember-sinon-qunit/blob/master/addon-test-support/index.js#L11
An explicit import seems much better, if it works.