mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 10:00:08 +00:00
[move] relocate WidgetButton test to proper directory
Move test from src/ to tests-ui/ directory structure and update import path to work from new location - addresses review comment about test organization
This commit is contained in:
@@ -6,7 +6,7 @@ import { describe, expect, it, vi } from 'vitest'
|
||||
|
||||
import type { SimplifiedWidget } from '@/types/simplifiedWidget'
|
||||
|
||||
import WidgetButton from './WidgetButton.vue'
|
||||
import WidgetButton from '@/renderer/extensions/vueNodes/widgets/components/WidgetButton.vue'
|
||||
|
||||
describe('WidgetButton Interactions', () => {
|
||||
const createMockWidget = (
|
||||
Reference in New Issue
Block a user