Socket
Socket
Sign inDemoInstall

ember-cli-qunit

Package Overview
Dependencies
Maintainers
6
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-qunit

QUnit testing package for ember-cli applications


Version published
Weekly downloads
14K
increased by15.94%
Maintainers
6
Weekly downloads
 
Created
Source

ember-cli-qunit

This addon that adds QUnit to the generated Ember CLI test output (in test-support.js).

Installation / Usage

From within your Ember CLI application run the following:

ember install ember-cli-qunit

Upgrading

To upgrade from ember-cli-qunit@3 to ember-cli-qunit@4 perform the following:

  • yarn upgrade ember-cli-qunit@^4 or npm install --save-dev ember-cli-qunit@^4
  • Add the following snippet to your tests/test-helper.js file:
import { start } from 'ember-cli-qunit';

start();

References

  • qunit

Keywords

FAQs

Package last updated on 10 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc