awx/awx/ui/static/lib/ember-cli-test-loader
2015-02-06 12:49:04 -05:00
..
2015-02-06 12:49:04 -05:00
2015-02-06 12:49:04 -05:00
2015-02-06 12:49:04 -05:00
2015-02-06 12:49:04 -05:00

Ember CLI Test Loader

Defines a TestLoader object that reviews all of the modules in requirejs.entries and loads those identified as tests.

TestLoader.prototype.shouldLoadModule can be overridden in order to customize the criteria for identifying test modules.

Usage

Within your test suite:

  var TestLoader = require('ember-cli/test-loader')['default'];

  // optionally override TestLoader.prototype.shouldLoadModule

  TestLoader.load();