From 6e6b068ae2adc8c5ef8acb633dcadfbdc3221b61 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 11 Jun 2025 12:39:28 -0400 Subject: tools/reformat --- ui/tests/lib/components/CreateChannelForm.svelte.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/tests/lib/components/CreateChannelForm.svelte.test.js') diff --git a/ui/tests/lib/components/CreateChannelForm.svelte.test.js b/ui/tests/lib/components/CreateChannelForm.svelte.test.js index 15d3cfd..197cb6b 100644 --- a/ui/tests/lib/components/CreateChannelForm.svelte.test.js +++ b/ui/tests/lib/components/CreateChannelForm.svelte.test.js @@ -6,13 +6,13 @@ import CreateChannelForm from '$lib/components/CreateChannelForm.svelte'; const user = userEvent.setup(); const mocks = vi.hoisted(() => ({ - createChannel: vi.fn() + createChannel: vi.fn(), })); describe('CreateChannelForm', async () => { beforeEach(async () => { render(CreateChannelForm, { - createChannel: mocks.createChannel + createChannel: mocks.createChannel, }); }); -- cgit v1.2.3