import { describe, test } from 'vitest'; describe('a thing', () => { test('does something', () => {}); });