import { describe, expect, test } from 'vitest'; describe('function()', async () => { test('behavior', () => { expect(1).toBe(1); }); });