From 74d2faefc9e2bd3db88aea0f39f543b82eaa031e Mon Sep 17 00:00:00 2001 From: Matt Upham <30577966+mattupham@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:13:49 -0500 Subject: [PATCH] Test updating act --- .../components/ad-banner/__tests__/ad-banner-content.spec.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/components/ad-banner/__tests__/ad-banner-content.spec.tsx b/packages/web/components/ad-banner/__tests__/ad-banner-content.spec.tsx index 20c028fef2..d32e8e4c9c 100644 --- a/packages/web/components/ad-banner/__tests__/ad-banner-content.spec.tsx +++ b/packages/web/components/ad-banner/__tests__/ad-banner-content.spec.tsx @@ -1,5 +1,4 @@ -import { screen } from "@testing-library/react"; -import { act } from "react"; +import { act, screen } from "@testing-library/react"; import { renderWithProviders } from "~/__tests__/test-utils"; import { SwapAdBannerResponse } from "~/pages";