summaryrefslogtreecommitdiff
path: root/ui/tests/lib/components/Invite.svelte.test.js
blob: 5d5742ebef88db443f9b28744a84ae8da42523a9 (plain)
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();
  });
});