From 218fe314ee289e1a5b59ede8c3dfe36d401bab0c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Jan 2026 23:17:30 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- .../vueNodes/widgets/text/multilineStringWidget.spec.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/browser_tests/tests/vueNodes/widgets/text/multilineStringWidget.spec.ts b/browser_tests/tests/vueNodes/widgets/text/multilineStringWidget.spec.ts index 096caf224..8a81772a8 100644 --- a/browser_tests/tests/vueNodes/widgets/text/multilineStringWidget.spec.ts +++ b/browser_tests/tests/vueNodes/widgets/text/multilineStringWidget.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' test.describe('Vue Multiline String Widget', () => { test.beforeEach(async ({ comfyPage }) => {