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 53cc34d commit e8e47a4Copy full SHA for e8e47a4
1 file changed
tests/index.spec.js
@@ -1,7 +1,6 @@
1
-import { fireEvent } from '@testing-library/dom';
2
import React from 'react';
3
import { KeyCode } from '@rc-component/util';
4
-import { render } from '@testing-library/react';
+import { fireEvent, render } from '@testing-library/react';
5
import Switch from '..';
6
7
describe('rc-switch', () => {
0 commit comments