mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
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:
committed by
David Lechner
parent
65b0649582
commit
c03e5782f8
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user