midscene/packages/mcp/tests/index.test.ts
2025-04-18 10:47:48 +08:00

6 lines
89 B
TypeScript

import { expect, test } from 'vitest';
test('squared', () => {
expect(4).toBe(4);
});