// async onsubmit(event) import { describe, expect, test } from 'vitest'; describe('Invite', () => { test('stub', async () => { expect(true).toBeTruthy(); }); });