Skip to content

Commit 16ae5ea

Browse files
committed
chore: fix test deps
1 parent 878657d commit 16ae5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { fireEvent, render, screen } from '@testing-library/react';
2-
import { spyElementPrototypes } from '@rc-component/lib/test/domHook';
2+
import { spyElementPrototypes } from '@rc-component/util/lib/test/domHook';
33
import type { ReactNode } from 'react';
44
import React, { StrictMode, useRef, useState } from 'react';
55
import { act } from 'react-dom/test-utils';

0 commit comments

Comments
 (0)