Page Contents
Home > @loopback/testlab > TestSandbox > mkdir
TestSandbox.mkdir() method
Makes a directory in the TestSandbox
Signature:
mkdir(dir: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
dir | string | Name of directory to create (relative to TestSandbox path) |
Returns:
Promise<void>