Files
ComfyUI_frontend/browser_tests/globalSetupWithI18n.ts

8 lines
199 B
TypeScript

import type { FullConfig } from '@playwright/test'
import { preprocessLitegraph } from './i18nSetup'
export default async function globalSetup(config: FullConfig) {
await preprocessLitegraph()
}