We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1809825 commit eb8d275Copy full SHA for eb8d275
src/render.js
@@ -8,6 +8,7 @@ import { queryByAPI } from './helpers/queryByAPI';
8
import a11yAPI from './helpers/a11yAPI';
9
import debugShallow from './helpers/debugShallow';
10
import debugDeep from './helpers/debugDeep';
11
+import cleanup from './cleanup';
12
13
type Options = {
14
wrapper?: React.ComponentType<any>,
0 commit comments