@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.
@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