UNPKG

@gits-id/layouts

Version:

GITS layout Component

14 lines (11 loc) 287 B
import {mount} from '@vue/test-utils'; import {describe, expect, test} from 'vitest'; import Base from './Base.vue'; describe('Base', () => { test('mount component', () => { expect(Base).toBeTruthy(); // const wrapper = mount(Base, { // props: {}, // }); }); });