1.1.2 • Published 8 years ago
ember-qunit-nested-module-blueprints-polyfill v1.1.2
ember-qunit-nested-module-blueprints-polyfill
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.
Installation
ember install ember-qunit-nested-module-blueprints-polyfill
Overrides
acceptance-testcomponent-testcontroller-testhelper-testinitializer-testinstance-initializer-testmixin-testroute-testservice-testutil-test
Development
git clone git@github.com:alexander-alvarez/ember-qunit-nested-module-blueprints-polyfill.gitcd ember-qunit-nested-module-blueprints-polyfill
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.