From e4cf714d95ffb4ee4383fb0bd6286d812690e5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 1 Aug 2023 19:39:09 +0200 Subject: [PATCH] test: fix styles import for unit tests --- cypress/support/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/component.ts b/cypress/support/component.ts index de1daa3..5949a73 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -1,7 +1,7 @@ import { mount } from 'cypress/react' import './commands' -import '../../styles/global.css' +import '../../app/globals.css' declare global { namespace Cypress {