import { describe, it, expect } from 'vitest' describe('smoke', () => { it('runs the test suite', () => { expect(true).toBe(true) }) })