import { expect, test } from 'vitest'; test('App', () => { expect(1 + 1).toBe(2); });