yapplabs / ember-wormhole

Render a child view somewhere else in the DOM.
MIT License
284 stars 68 forks source link

"unable to require.unsee" warning when running tests #57

Open bantic opened 8 years ago

bantic commented 8 years ago

This appears to be due to the inclusion of ember-code-snippet, which brings in a dependency (browserify or highlight.js, probably) that stomps on the global require. See discussion in https://github.com/ef4/ember-code-snippet/issues/17

bantic commented 8 years ago

(This warning seems benign, but I wanted to add an issue in case anyone else runs into it and is curious about the source of that warning.)