Esri / ember-cli-amd

Ember CLI Addon for using AMD libraries
Apache License 2.0
21 stars 15 forks source link

Convert all the require reference in test-loader to equireray #22

Closed ffaubry closed 8 years ago

ffaubry commented 8 years ago

@odoe As we were using ember test --serve in our project we noticed that the test-loader was complaining. After review, we found that some require reference should have been pig-latined as everything else in the ember stack. I'm proposing to pig-latin any require reference. This is fixing our issues for now. I'm not 100% sure that other issues may not surface later on.

@jrowlingson