Closed nickiaconis closed 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?
@nickiaconis I would love to merge a PR updating the README to this effect. Great suggestion!
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
addons must use
Could you update the README to include this information please?