midscene/packages/mcp/tests/index.test.ts

6 lines
89 B
TypeScript
Raw Permalink Normal View History

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