elwayman02 / ember-sinon-qunit

Sinon sandbox test integration for QUnit
MIT License
58 stars 30 forks source link

Documentation doesn't cover use in addon #4

Closed nickiaconis closed 9 years ago

nickiaconis commented 9 years ago

Very cool project.

I was trying it out in an addon, and I noticed that the import statement described in the README doesn't work. Instead of

import test from 'my-addon/tests/ember-sinon-qunit/test';

addons must use

import test from 'dummy/tests/ember-sinon-qunit/test';

Could you update the README to include this information please?

elwayman02 commented 9 years ago

@nickiaconis I would love to merge a PR updating the README to this effect. Great suggestion!