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 b93ffed commit ea7c65aCopy full SHA for ea7c65a
src/test/render.tsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import { render, RenderOptions } from '@testing-library/react';
3
4
-import { Form, CubeFormInstance, CubeFormProps } from '../components/fields';
+import { Form, CubeFormInstance, CubeFormProps } from '../components/form';
5
import { Root } from '../components/Root';
6
7
export function renderWithRoot(
0 commit comments