UNPKG

@loopback/docs

Version:
34 lines (21 loc) 778 B
--- lang: en title: 'API docs: testlab.testsandbox.mkdir' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.testlab.testsandbox.mkdir.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/testlab](./testlab.md) &gt; [TestSandbox](./testlab.testsandbox.md) &gt; [mkdir](./testlab.testsandbox.mkdir.md) ## TestSandbox.mkdir() method Makes a directory in the TestSandbox <b>Signature:</b> ```typescript mkdir(dir: string): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | dir | <code>string</code> | Name of directory to create (relative to TestSandbox path) | <b>Returns:</b> `Promise<void>`