[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:
bymyself
2025-09-12 22:22:28 -07:00
parent 98f41e9e08
commit e9f4d57334

View File

@@ -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 = (