nucleartide / ember-elm

Write Elm in your Ember app
https://medium.com/@nucleartide/introducing-ember-elm-d47f2af73aff
Other
55 stars 7 forks source link

Failing tests #27

Closed ondrejsevcik closed 5 years ago

ondrejsevcik commented 6 years ago

Hi, when I run ember test I get following error

Uncaught Error: Could not find module `ember` imported from `ember-resolver/resolver` at http://localhost:7357/assets/vendor.js, line 256\n'
    ...
not ok 2 Chrome 69.0 - Global error: Uncaught Error: Assertion Failed: The tests file was not loaded. Make sure your tests index.html includes "assets/tests.js". at http://localhost:7357/assets/vendor.js, line 24541

I'm using Mac & Chrome.

ember-cli: 2.11.0-beta.1
node: 6.0.0
os: darwin x64

Is it just me or are tests currently broken?

ondrejsevcik commented 6 years ago

Well actually not just tests, but also the app is broken for me. Not sure what exactly is causing this issue yet.

image

MattCheely commented 6 years ago

I also noticed this. I am hoping to resolve it as part of the updates for #22, which I started on a few weeks ago, but I haven't had the chance to work on it in a while.