import { test, expect } from 'vitest'; test('a super simple test', () => { expect(true).toBe(true); });