From 0ac13a6f8dae276781ba2a6429cb5a5375cf4b1c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Jan 2026 21:53:19 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- .../tests/vueNodes/interactions/node/move.spec.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser_tests/tests/vueNodes/interactions/node/move.spec.ts b/browser_tests/tests/vueNodes/interactions/node/move.spec.ts index 4c88401bf6..1705e90a22 100644 --- a/browser_tests/tests/vueNodes/interactions/node/move.spec.ts +++ b/browser_tests/tests/vueNodes/interactions/node/move.spec.ts @@ -1,5 +1,8 @@ -import { comfyExpect as expect, comfyPageFixture as test } from '../../../../fixtures/ComfyPage'; -import type { ComfyPage } from '../../../../fixtures/ComfyPage'; +import { + comfyExpect as expect, + comfyPageFixture as test +} from '../../../../fixtures/ComfyPage' +import type { ComfyPage } from '../../../../fixtures/ComfyPage' import type { Position } from '../../../../fixtures/types' test.describe('Vue Node Moving', () => {