MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / constructor

Method constructor

lib/tasks/test.js:7–10  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

5
6class TestTask extends Task {
7 constructor(options) {
8 super(options);
9 this.testem = this.testem || new (require('testem'))();
10 }
11
12 invokeTestem(options) {
13 let testem = this.testem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected