Closed panthony closed 5 years ago
I've also hit this. It allows a test build, but the tests fail at runtime.
Uncaught Error:
Error: Could not find module `ember-native-dom-helpers` imported from `yourapp/tests/helpers/drag-drop`
Also is the dependency still needed now that https://github.com/cibernox/ember-native-dom-helpers ember-qunit provides similar things? There's a banner warning on the repo.
Same here. The PR #151 fixes this issue.
This has been merged, should be fixed now in 0.7.0 I hope.
I'm using the
drag-drop
test helpers in my app and it fails with a missing dependency onember-native-dom-helpers
.I believe we do not really want to list
ember-native-dom-helpers
independencies
because we do not want this addon to be packaged in the dist file but maybe this dependency should be listed as required in README.md?