test: move Button to elements dir

This commit is contained in:
Benjamin Canac
2023-11-22 17:59:16 +01:00
parent 15a40f53f2
commit 819b5f8a17
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
import { describe, it, expect } from 'vitest'
import Button from '../../src/runtime/components/elements/Button.vue'
import type { TypeOf } from 'zod'
import ComponentRender from './component-render'
import ComponentRender from '../component-render'
type ButtonOptions = TypeOf<typeof Button.props>