mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import type { FullConfig } from '@playwright/test'
|
|
|
|
import { restoreLitegraph } from './i18nSetup'
|
|
|
|
export default async function globalTeardown(config: FullConfig) {
|
|
await restoreLitegraph()
|
|
}
|