mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
chore: better Prettier config for easier reviews
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { mount } from 'cypress/react'
|
||||
import { mount } from "cypress/react"
|
||||
|
||||
import './commands'
|
||||
import '../../app/globals.css'
|
||||
import "./commands"
|
||||
import "../../app/globals.css"
|
||||
|
||||
declare global {
|
||||
namespace Cypress {
|
||||
@ -11,4 +11,4 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
Cypress.Commands.add('mount', mount)
|
||||
Cypress.Commands.add("mount", mount)
|
||||
|
Reference in New Issue
Block a user