2024-03-19 10:47:13 +08:00

6 lines
116 B
TypeScript

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