Request: Release a version that includes ember-mocha 0.14.0
Looking at master's package.json, I was expecting an npm install ember-cli-mocha to give me [email protected] (including the new testing api).
Here's what my npm installed package.json looks like
"_from": "ember-cli-mocha",
"_id": "[email protected]",
"dependencies": {
"ember-mocha": "^0.13.0"
},
"version": "0.15.0"
@jbryson3 there are some changes necessary in this repository before we can release it. mainly we need to update the current ember-cli-mocha blueprint to adjust to the new APIs while preserving support for the old APIs in the migration period. would you like to help move this forward?
I certainly wouldn't mind pitching in, though I'm afraid I don't have the context to do such a PR. Mine would probably be limited to removing start-app, destroy-app, and amending test-helper to what the ember-mocha docs recommend.
@jbryson3 i think that is exactly what is needed, but we will need to test if the new test-helper implementation is still compatible with the old APIs. it might also make sense to keep the old blueprint around with a different name for a while.
https://github.com/ember-cli/ember-cli-mocha/pull/261
Anyone know what those updates may be to those helper files? I am uninstalling and installing [email protected] and having issues
@Turbo87 would it be possible to create some "story" tickets so others could help push toward a release?
@blimmer as far as I'm aware all that is needed is https://github.com/ember-cli/ember-cli-mocha/issues/259#issuecomment-401281027
updating Mocha to a newer version and other refactorings are unrelated to that and not blocking the release of the new API stuff
This appears to have been dropped. Any development happening?