summaryrefslogtreecommitdiff
path: root/ui/tests/lib/components/LogOut.svelte.test.js
blob: 65d78a92c93521f1d4c05a23f67ab04871d5ca9d (plain)
1
2
3
4
5
6
7
8
// async onsubmit(event)
import { describe, expect, test } from 'vitest';

describe('LogOut', () => {
  test('stub', async () => {
    expect(true).toBeTruthy();
  });
});