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 22c27b3 commit a4b99a3Copy full SHA for a4b99a3
1 file changed
tests/simple.spec.js
@@ -1,6 +1,5 @@
1
-import { createEvent, fireEvent } from '@testing-library/dom';
2
import { KeyCode } from '@rc-component/util';
3
-import { act, render } from '@testing-library/react';
+import { act, createEvent, fireEvent, render } from '@testing-library/react';
4
import React from 'react';
5
import Rate from '../src';
6
0 commit comments