Guys, I’m really sick of this, so it would be great if anybody helped me.
I wrote unit and acceptance tests. I checked them only in chrome, and noticed, that my acceptance tests failed and after couple of days, thinking something was wrong with code, I realized that it wasn’t. As for the writing of tests I used doc and the book ember-cli-101. Everything’s pretty much simple, so I didn’t expect problems at all. But here’s my stackoverflow question http://stackoverflow.com/questions/32347521/ember-acceptance-tests-fail-when-running-all-at-once
I tried not to focus on that and finally to run tests using phantomjs and got another problem. My test-loader.js cannot be loaded because it can’t find property “define”. After hours of searching I tried a lot of approaches to solve this. For example, one advice was to use babel with option: “includePolyfill: true”.
Has anybody faced that?
P.S. Not sure, but I think, that there is a problem with dependencies in my package.json\bower.json, so if it would be helpful, I can provide them.