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 3efcf43 commit 762637fCopy full SHA for 762637f
1 file changed
tests/index.spec.js
@@ -1,6 +1,5 @@
1
-import { fireEvent } from '@testing-library/dom';
2
import React from 'react';
3
-import { render, act } from '@testing-library/react';
+import { render, act, fireEvent } from '@testing-library/react';
4
import { Circle, Line } from '../src';
5
6
describe('Progress', () => {
0 commit comments