Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

ember-qunit-nested-module-blueprints-polyfill

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-qunit-nested-module-blueprints-polyfill

Polyfill for Ember RFC 232 testing blueprints

latest
npmnpm
Version
1.1.2
Version published
Weekly downloads
7
-69.57%
Maintainers
2
Weekly downloads
 
Created
Source

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-test
  • component-test
  • controller-test
  • helper-test
  • initializer-test
  • instance-initializer-test
  • mixin-test
  • route-test
  • service-test
  • util-test

Development

  • git clone git@github.com:alexander-alvarez/ember-qunit-nested-module-blueprints-polyfill.git
  • cd ember-qunit-nested-module-blueprints-polyfill

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

ember-addon

FAQs

Package last updated on 26 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts