Socket
Book a DemoInstallSign in
Socket

ember-cli-test-loader

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-test-loader

Test loader for Ember CLI projects.

latest
Source
npmnpm
Version
3.1.0
Version published
Weekly downloads
0
Maintainers
8
Weekly downloads
 
Created
Source

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]

Keywords

ember-addon

FAQs

Package last updated on 26 Jul 2023

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