You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm not sure that I've enumerated everywhere that it fails.)
This bug is effectively a duplicate of #16180, but exists because #16229 is incomplete.
The text was updated successfully, but these errors were encountered:
nathanhammond
changed the title
ember-source@master + ember-cli@3 does not generate valid tests
ember-source@3 + ember-cli@3 does not generate valid tests
Mar 8, 2018
@nathanhammond - RE: the Mocha point: ember-mocha re-regenerates the start-app and destroy-app helpers (because it isn't quite finished with support for the newer testing system).
As of ember-cli/ember-cli#7546 landing, we no longer have any helpers in Ember CLI.
This breaks the blueprints for instance-initializers and initializers.
It also is broken for Mocha acceptance tests:
https://github.com/emberjs/ember.js/blob/master/blueprints/acceptance-test/mocha-files/tests/acceptance/__name__-test.js
(I'm not sure that I've enumerated everywhere that it fails.)
This bug is effectively a duplicate of #16180, but exists because #16229 is incomplete.
The text was updated successfully, but these errors were encountered: