Skip to content

Commit eb8d275

Browse files
aleclarsonthymikee
authored andcommitted
feat: add "cleanup" function
1 parent 1809825 commit eb8d275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/render.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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';
1112

1213
type Options = {
1314
wrapper?: React.ComponentType<any>,

0 commit comments

Comments
 (0)