1 2 3 4 5 6 7 8
// async onsubmit(event) import { describe, expect, test } from 'vitest'; describe('Invite', () => { test('stub', async () => { expect(true).toBeTruthy(); }); });