mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 20:51:58 +00:00
eslint disable next litegraph tests
This commit is contained in:
@@ -6,6 +6,7 @@ import type { Point, Size } from '@/lib/litegraph/src/interfaces'
|
||||
// TODO: If there's a common test context, use it here
|
||||
// For now, we'll define a simple context for Rectangle tests
|
||||
const test = baseTest.extend<{ rect: Rectangle }>({
|
||||
// eslint-disable-next-line no-empty-pattern
|
||||
rect: async ({}, use) => {
|
||||
await use(new Rectangle())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user