mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-09 14:51:30 +01:00
test: fix styles import for unit tests
This commit is contained in:
parent
d3c86b2a26
commit
e4cf714d95
@ -1,7 +1,7 @@
|
|||||||
import { mount } from 'cypress/react'
|
import { mount } from 'cypress/react'
|
||||||
|
|
||||||
import './commands'
|
import './commands'
|
||||||
import '../../styles/global.css'
|
import '../../app/globals.css'
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
namespace Cypress {
|
namespace Cypress {
|
||||||
|
Loading…
Reference in New Issue
Block a user