Skip to content
Snippets Groups Projects
Commit 91e71aa4 authored by heikkkk's avatar heikkkk
Browse files

refactor: move base input component

parent 8b23efc8
No related branches found
No related tags found
1 merge request!76Refactor/folder structure
import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils';
import InputField from '@/components/InputFields/BaseInput.vue';
import InputField from '../BaseInput.vue';
describe('InputField.vue', () => {
it('emits inputChangeEvent when input event is triggered', async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment