MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

tests/helpers/mock-project.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const MockUI = require('console-ui/mock');
6
7class MockProject extends Project {
8 constructor(options = {}) {
9 let root = options.root || process.cwd();
10 let pkg = options.pkg || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected