Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-test-helpers

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-test-helpers

A collection of test helpers for ember web applications

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
2
Weekly downloads
 
Created
Source

ember-cli-test-helpers

Build Status NPM Downlaads

Description

Ember-cli-test-helpers is a collection of test helpers

Installation

Starting with 2.0, this addon only supports Ember 2.1 and later versions.

# install via npm
$ npm install ember-cli-test-helpers --save-dev

Build

$ npm install
$ bower install
$ ember test

Usage

Example usage of helpers can be found in usage-test.js.

The wait for helper waits half a second by default, but you can configure this value.

module.exports = function(/* environment, appConfig */) {
  return {
    APP: {
      defaultWaitForTimeout: 1
    }
  };
};

The QUnit.testDone callback function found in test-support/helpers/fauxjax-testdone.js is to be used with 1.X versions of the fauxjax library. For older versions of fauxjax < 1.0.0, please use a version less than or equal to 0.7.0 of ember-cli-test-helpers.

License

Copyright © 2015 Toran Billups

Licensed under the MIT License

Keywords

FAQs

Package last updated on 19 May 2016

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