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

Function makeProject

tests/unit/models/project-test.js:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 let project, projectPath, packageContents;
16
17 function makeProject() {
18 let cli = new MockCLI();
19 project = new Project(projectPath, packageContents, cli.ui, cli);
20 }
21
22 beforeEach(function () {
23 packageContents = {};

Callers 1

project-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…