import { describe, expect, it } from 'vitest' describe('smoke', () => { it('runs', () => { expect(1 + 1).toBe(2) }) })