csantero / ember-sinon

Ember CLI addon adding support for sinon.js
MIT License
64 stars 13 forks source link

Move sinon-qunit support into separate addon #26

Closed csantero closed 8 years ago

elwayman02 commented 8 years ago

@csantero here you go: Ember-Sinon-QUnit

This addon doesn't do exactly what Sinon-QUnit does...the main issue being that Ember-QUnit wraps the QUnit tests differently and the Sinon sandboxing from sinon-qunit (or the shim in ember-sinon) wasn't working as a result due to loss of context. You should now be able to remove the sinon shim from this addon.

elwayman02 commented 8 years ago

Ember-Sinon-QUnit's blueprint installs Ember-Sinon as well, fyi, so there is no need to ember install them both separately.