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

Function cleanupRun

tests/helpers/acceptance.js:124–127  ·  view source on GitHub ↗

* Clean a test run.

(projectName)

Source from the content-addressed store, hash-verified

122 * Clean a test run.
123 */
124function cleanupRun(projectName) {
125 process.chdir(root);
126 quickTemp.remove(dirs, `${projectName}-clone`);
127}
128
129/**
130 *

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…