2.0.1 • Published 8 years ago

ember-cli-test-helpers v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

2.0.1

8 years ago

2.0.0

8 years ago

1.6.0

9 years ago

1.6.0-beta.1

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago