summaryrefslogtreecommitdiff
path: root/ui/tests/lib/components/Message.svelte.test.js
blob: 2ca0b858433894393e15efa4f6d0a88023e2fb77 (plain)
1
2
3
4
5
6
7
8
9
// onDelete(event)
// onmouseleave()
import { describe, expect, test } from 'vitest';

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