1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

test: fix styles import for unit tests

This commit is contained in:
Théo LUDWIG 2023-08-01 19:39:09 +02:00
parent d3c86b2a26
commit e4cf714d95
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -1,7 +1,7 @@
import { mount } from 'cypress/react'
import './commands'
import '../../styles/global.css'
import '../../app/globals.css'
declare global {
namespace Cypress {