diff --git a/src/setupTests.ts b/src/setupTests.ts index 7b470097..0d2fb2a4 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -5,7 +5,7 @@ // allows you to do things like: // expect(element).toHaveTextContent(/react/i) // learn more: https://github.com/testing-library/jest-dom -import '@testing-library/jest-dom/extend-expect'; +import '@testing-library/jest-dom'; import 'navigator.locks'; import crypto from 'crypto'; import { inspect } from 'util';