summaryrefslogtreecommitdiff
path: root/ui/tests/lib/components/Invite.svelte.test.js
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-15 22:37:39 -0500
committerKit La Touche <kit@transneptune.net>2024-11-15 22:37:39 -0500
commit8a7cc9f8859c14b60da870cee199110e71e0f5da (patch)
tree31b692390dd1d8d60f7b5dfef5de79ef35908235 /ui/tests/lib/components/Invite.svelte.test.js
parent845372868fa9bc90b5f57d423b736d7d0581037d (diff)
Ratchet up Component test coverage
Turns out a number of our components are a pain to run via a mounting test, but Svelte does suggest that this is the dispreferred way to test anyway. Using use:, triggering navigation after logout, and scrollIntoView all make the headless node test process with the janky in-memory mount have a Very Bad Day. But this is still progress! We will press on.
Diffstat (limited to 'ui/tests/lib/components/Invite.svelte.test.js')
-rw-r--r--ui/tests/lib/components/Invite.svelte.test.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui/tests/lib/components/Invite.svelte.test.js b/ui/tests/lib/components/Invite.svelte.test.js
deleted file mode 100644
index 5d5742e..0000000
--- a/ui/tests/lib/components/Invite.svelte.test.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// async onsubmit(event)
-import { describe, expect, test } from 'vitest';
-
-describe('Invite', () => {
- test('stub', async () => {
- expect(true).toBeTruthy();
- });
-});