How to set up the new Resolver in Tests

So the problem was actually in PhantomJS’s lack of support for ES6. We were importing some 3rd party modules which use ES6 stuff and it was blowing up because of that. If you app.import “es6-shim” in your “ember-cli-build.js” file it should fix the issue.