import { describe, it, expect } from 'vitest' describe('App', () => { it('renders without crashing', () => { expect(true).toBe(true) }) })