This addon provides blueprint overrides for non-acceptance tests in the style of "Q-unit nested modules" or "simple q-unit" as described in the RFC-232 and RFC-268.
This is a pollyfill for applications wanting to leverage these blueprints in apps
using ember-qunit@^4.2.0 who aren't on an ember source version supporting the new blueprints.
ember install ember-qunit-nested-module-blueprints-polyfill
acceptance-testcomponent-testcontroller-testhelper-testinitializer-testinstance-initializer-testmixin-testroute-testservice-testutil-test
git clone git@github.com:alexander-alvarez/ember-qunit-nested-module-blueprints-polyfill.gitcd ember-qunit-nested-module-blueprints-polyfill
ember serve- Visit your app at http://localhost:4200.
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.