Skip to content

Commit 42cd20e

Browse files
aleclarsonthymikee
authored andcommitted
docs: add "cleanup" section
1 parent eb8d275 commit 42cd20e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/render.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { queryByAPI } from './helpers/queryByAPI';
88
import a11yAPI from './helpers/a11yAPI';
99
import debugShallow from './helpers/debugShallow';
1010
import debugDeep from './helpers/debugDeep';
11-
import cleanup from './cleanup';
1211

1312
type Options = {
1413
wrapper?: React.ComponentType<any>,

website/docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Defined as:
351351
function within(instance: ReactTestInstance): Queries
352352
```
353353

354-
Perform [queries](./Queries.md) scoped to given element.
354+
Perform [queries](./Queries.md) scoped to given element.
355355

356356
:::note
357357
Please note that additional `render` specific operations like `update`, `unmount`, `debug`, `toJSON` are _not_ included.

0 commit comments

Comments
 (0)