From 8396c9ae94d6cb1cd068fdd271a906866095d98a Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Thu, 16 Oct 2025 18:16:02 -0700 Subject: [PATCH] Rename ImagePreview spec to test (#6093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - rename the ImagePreview test file to use the .test.ts suffix required outside of browser tests - align with the eslint no-restricted-syntax rule that forbids .spec.ts files in tests-ui ## Testing - pnpm typecheck ------ https://chatgpt.com/codex/tasks/task_e_68f14718b0608330bd559182c9f7c62e ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6093-Rename-ImagePreview-spec-to-test-28e6d73d36508191b7e0c076fd96e4a3) by [Unito](https://www.unito.io) --- .../components/{ImagePreview.spec.ts => ImagePreview.test.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests-ui/tests/renderer/extensions/vueNodes/components/{ImagePreview.spec.ts => ImagePreview.test.ts} (100%) diff --git a/tests-ui/tests/renderer/extensions/vueNodes/components/ImagePreview.spec.ts b/tests-ui/tests/renderer/extensions/vueNodes/components/ImagePreview.test.ts similarity index 100% rename from tests-ui/tests/renderer/extensions/vueNodes/components/ImagePreview.spec.ts rename to tests-ui/tests/renderer/extensions/vueNodes/components/ImagePreview.test.ts