ember-cli-test-loader

Test loader for Ember CLI projects.

MIT 7 个版本
安装
npm install ember-cli-test-loader
yarn add ember-cli-test-loader
pnpm add ember-cli-test-loader
bun add ember-cli-test-loader
README

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 tests/test-helper.js:

  import TestLoader from 'ember-cli-test-loader/test-support';

  // optionally override TestLoader.prototype.shouldLoadModule

  TestLoader.load();


Note: 1.0.0 will move to package.json from bower.json, but that is not enabled yet. The default ember-cli blueprint specifies 0.2.2 which should definitely not allow 1.0.0. - [Link]

版本列表
3.1.0 2023-07-26
3.0.0 2019-12-16
2.2.0 2017-08-16
2.1.0 2017-04-06
2.0.0 2017-03-25
1.1.1 2016-12-19
1.1.0 2016-03-28