import {expect, test} from 'vitest'; test('versions', async () => { expect(true).toBe(true); });