import '@testing-library/jest-dom'
import { beforeEach } from 'vitest'

beforeEach(() => {
  ;(window as any).__APP_CONFIG__ = undefined
})
