mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-08 09:31:58 +00:00
6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { expect, test } from 'vitest';
|
|
|
|
test('squared', () => {
|
|
expect(4).toBe(4);
|
|
});
|