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