MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / mkdir

Method mkdir

packages/testlab/src/test-sandbox.ts:122–124  ·  view source on GitHub ↗

* Makes a directory in the TestSandbox * * @param dir - Name of directory to create (relative to TestSandbox path)

(dir: string)

Source from the content-addressed store, hash-verified

120 * @param dir - Name of directory to create (relative to TestSandbox path)
121 */
122 async mkdir(dir: string): Promise<void> {
123 await ensureDir(resolve(this.path, dir));
124 }
125
126 /**
127 * Copies a file from src to the TestSandbox. If copying a `.js` file which

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected