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

Class

lib/tasks/test.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const SilentError = require('silent-error');
5
6class TestTask extends Task {
7 constructor(options) {
8 super(options);
9 this.testem = this.testem || new (require('testem'))();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected