ember-cli-test-loader
- Version 3.1.0
- Published
- 10.5 kB
- 1 dependency
- MIT license
Install
npm i ember-cli-test-loader
yarn add ember-cli-test-loader
pnpm add ember-cli-test-loader
Overview
Test loader for Ember CLI projects.
Index
Functions
function addModuleExcludeMatcher
addModuleExcludeMatcher: (matcher: (moduleName: string) => boolean) => void;
function addModuleIncludeMatcher
addModuleIncludeMatcher: (matcher: (moduleName: string) => boolean) => void;
Classes
class TestLoader
class TestLoader {}
constructor
protected constructor();
Use
TestLoader.load()
static method instead.
method load
static load: () => void;
Instantiates a new TestLoader and loads the modules.
method moduleLoadFailure
moduleLoadFailure: (moduleName: string, error: unknown) => void;
method shouldLoadModule
shouldLoadModule: (moduleName: string) => boolean;
Can be overridden in order to customize the criteria for identifying test modules.
Package Files (1)
Dependencies (1)
Dev Dependencies (1)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/ember-cli-test-loader
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/ember-cli-test-loader)
- HTML<a href="https://www.jsdocs.io/package/ember-cli-test-loader"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1592 ms. - Missing or incorrect documentation? Open an issue for this package.