2024-03-26 10:54:57 +08:00

6 lines
116 B
TypeScript

import { describe, it, expect } from 'vitest';
describe('createComponentFunction', () => {
it('', () => {});
});