@loopback/docs
Version:
Documentation for LoopBack 4
27 lines (17 loc) • 607 B
Markdown
lang: en
title: 'API docs: testlab.testsandbox.reset'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.testlab.testsandbox.reset.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/testlab](./testlab.md) > [TestSandbox](./testlab.testsandbox.md) > [reset](./testlab.testsandbox.reset.md)
## TestSandbox.reset() method
Resets the TestSandbox. (Remove all files in it).
<b>Signature:</b>
```typescript
reset(): Promise<void>;
```
<b>Returns:</b>
`Promise<void>`