ember-cli / ember-cli-mocha

Mocha and Chai tests for ember-cli applications
Apache License 2.0
147 stars 54 forks source link

Is this package needed anymore? #316

Open blimmer opened 5 years ago

blimmer commented 5 years ago

I was talking with @rwjblue at EmberCamp a few months back and I recall him mentioning that this package isn't really necessary anymore. If that's the case, should we update the docs to indicate that?

Turbo87 commented 5 years ago

yes, ember-mocha is mostly ready to be used directly. I was waiting with the official deprecation of this package until ember-mocha was entirely done, but feel free to update the README already.

blimmer commented 5 years ago

What's the remaining work in ember-mocha to make it ready? I can update the README and point those considerations out.

Turbo87 commented 5 years ago

the current state needs to be released, and I need to decide if I want to include https://github.com/emberjs/ember-mocha/pull/284 in the release (which would limit it to Ember CLI 2.13+)

blimmer commented 5 years ago

Gotcha - that makes sense. Since ember-mocha is still 0.x.x, a minor release (0.15.0) would indicate a breaking change that could be documented in the README.

What are you thinking for the timing of that release. If it's going to be soonish, I can wait for my PR to the README.

Turbo87 commented 5 years ago

What are you thinking for the timing of that release.

Ideally it should have been released in April, but I was busy with other stuff and kept getting distracted... 😞

mileslane commented 4 years ago

What are you thinking for the timing of that release.

Ideally it should have been released in April, but I was busy with other stuff and kept getting distracted... 😞

And now?

mileslane commented 3 years ago

Asking again.