From ffe5ff5048acbf11ca608ad8ebf1da7fc99de434 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Mon, 6 May 2024 10:22:28 -0600 Subject: [PATCH] Fix test --- src/CroctProvider.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CroctProvider.test.tsx b/src/CroctProvider.test.tsx index 062a13e3..05c3dac2 100644 --- a/src/CroctProvider.test.tsx +++ b/src/CroctProvider.test.tsx @@ -1,4 +1,3 @@ -import '@testing-library/jest-dom/extend-expect'; import {render} from '@testing-library/react'; import {Plug} from '@croct/plug'; import {croct} from './ssr-polyfills';