import { describe, it, expect, vi } from 'vitest' describe('App', () => { it('should pass basic test', () => { expect(1 + 1).toBe(2) }) })