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

Function tmp

lib/commands/test.js:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 },
98
99 tmp() {
100 return fs.mkdtempSync(path.join(os.tmpdir(), 'tests-dist-'));
101 },
102
103 _generateCustomConfigs(options) {
104 let config = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected