mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 10:14:06 +00:00
8 lines
199 B
TypeScript
8 lines
199 B
TypeScript
import type { FullConfig } from '@playwright/test'
|
|
|
|
import { preprocessLitegraph } from './i18nSetup'
|
|
|
|
export default async function globalSetup(config: FullConfig) {
|
|
await preprocessLitegraph()
|
|
}
|