eslint disable next litegraph tests

This commit is contained in:
Benjamin Lu
2025-08-05 18:14:47 -04:00
parent a289f44263
commit 0ce5aeb2bd
8 changed files with 22 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ interface TestContext {
}
const test = baseTest.extend<TestContext>({
// eslint-disable-next-line no-empty-pattern
network: async ({}, use) => {
const graph = new LGraph()
const floatingLinks = new Map<number, LLink>()
@@ -52,6 +53,7 @@ const test = baseTest.extend<TestContext>({
},
setConnectingLinks: async (
// eslint-disable-next-line no-empty-pattern
{},
use: (mock: ReturnType<typeof vi.fn>) => Promise<void>
) => {