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