Page Contents

Home > @loopback/testlab > TestSandbox > reset

TestSandbox.reset() method

Resets the TestSandbox. (Remove all files in it).

Signature:

reset(): Promise<void>;

Returns:

Promise<void>