mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
8 lines
191 B
TypeScript
8 lines
191 B
TypeScript
import { FullConfig } from '@playwright/test'
|
|
|
|
import { restoreLitegraph } from './i18nSetup'
|
|
|
|
export default async function globalTeardown(config: FullConfig) {
|
|
await restoreLitegraph()
|
|
}
|