setupTests: fix import for jest-dom v6

Fixes breaking change: https://github.com/testing-library/jest-dom/releases/tag/v6.0.0
This commit is contained in:
David Lechner
2023-11-11 15:12:55 -06:00
committed by David Lechner
parent 65b0649582
commit c03e5782f8
+1 -1
View File
@@ -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';