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 878657d commit 16ae5eaCopy full SHA for 16ae5ea
tests/index.test.tsx
@@ -1,5 +1,5 @@
1
import { fireEvent, render, screen } from '@testing-library/react';
2
-import { spyElementPrototypes } from '@rc-component/lib/test/domHook';
+import { spyElementPrototypes } from '@rc-component/util/lib/test/domHook';
3
import type { ReactNode } from 'react';
4
import React, { StrictMode, useRef, useState } from 'react';
5
import { act } from 'react-dom/test-utils';
0 commit comments