2024-11-08 16:24:02 +08:00

6 lines
89 B
TypeScript

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