Files
vtj/packages/icons/tests/element.test.ts
2023-11-16 16:20:55 +08:00

7 lines
148 B
TypeScript

import { expect, test } from 'vitest';
import { Setting } from '../src';
test('ElementPlusIconsVue', () => {
expect(!!Setting).toBeTruthy();
});