ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Use latest API for importing to test tree #52

Closed asakusuma closed 8 years ago

asakusuma commented 8 years ago

Use the app.import() options API to declare that the test stubs file should be added to the test tree.

asakusuma commented 8 years ago

This apparently breaks ember-cli 1.x, closing