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 by25.37%
Maintainers
6
Weekly downloads
 
Created
Source

ember-cli-qunit

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

Installation / Usage

From within your Ember CLI application (must be > 0.0.42), run the following:

ember install ember-cli-qunit

Upgrading

ember generate ember-cli-qunit

Turning off JSHint linting

If you want to turn off JSHint linting you can do the following configuration in your ember-cli-build.js file:

var app = new EmberApp({
  'babel': {
    optional: ['es7.decorators']
  },

  'ember-cli-qunit': {
    useLintTree: false
  }
});

References

  • qunit

Keywords

FAQs

Package last updated on 23 Aug 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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc