From 26d81a739ccf18f66ab900dd0f65f0f198dc38ff Mon Sep 17 00:00:00 2001 From: zbeyens Date: Wed, 20 Mar 2024 17:54:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/setupTests.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/setupTests.ts b/scripts/setupTests.ts index b95302d563..86b691fe42 100644 --- a/scripts/setupTests.ts +++ b/scripts/setupTests.ts @@ -1,5 +1,6 @@ -import '@testing-library/jest-dom/extend-expect'; +import '@testing-library/jest-dom'; import 'slate-test-utils/dist/cjs/mocks'; + import { TextEncoder } from 'node:util'; global.TextEncoder = TextEncoder;