Files
vtj/apps/plugin/tests/index.test.ts
2024-04-22 11:11:29 +08:00

7 lines
136 B
TypeScript

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