@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
28 lines (18 loc) • 723 B
Markdown
lang: en
title: 'API docs: testlab.testsandbox.reset'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/testlab
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>