microstates / ember

@microstates/ember - Official Microstates bindings for Ember.js
https://ember-microstates.netlify.com
MIT License
70 stars 12 forks source link

fix: update all deps and tests #163

Closed knownasilya closed 4 years ago

knownasilya commented 5 years ago

BREAKING CHANGES: dropped node v6 and ember < 3.8

Note: we switched from ember-mocha to ember-qunit because ember-mocha is not maintained.

knownasilya commented 5 years ago

looks like the travis config might need updating to use yarn. That's my guess.

knownasilya commented 5 years ago

Looks like an issue with mocha.

Uncaught TypeError: Cannot read property 'currentRetry' of undefined (http://localhost:7357/assets/test-support.js:18451)

cowboyd commented 5 years ago

:/

knownasilya commented 4 years ago

Might be worthwhile to move back to qunit, since ember-mocha is 4 major versions behind. https://github.com/emberjs/ember-mocha/pull/334

taras commented 4 years ago

@knownasilya Can I help with this?

knownasilya commented 4 years ago

I think we need to convert to qunit, if you have time feel free to submit agains this PR.

taras commented 4 years ago

@knownasilya ERROR: Uncaught Error: Compile Error: state is not a helper at any idea what this might be about?

taras commented 4 years ago

I have bandwidth to fix it now. What is going on with this?