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