-
+
+
+
general.fantasyNameGenerator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Test Name 1
+ - Test Name 2
+ - Test Name 3
+ - Test Name 4
+ - Test Name 5
+ - Test Name 6
+ - Test Name 7
+ - Test Name 8
+ - Test Name 9
+ - Test Name 10
+
+
+
+
+
pages.fantasyNameGenerator.tip
+
+
-
-
0 / 5000 general.character0 general.word
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
0 / 5000 general.character0 general.word
+
+
+
+
+
-
-
pages.encounter.pinnedContent.empty
+
+
+
+
+
pages.encounter.pinnedContent.empty.title
+
pages.encounter.pinnedContent.empty.text components.navbar.dnd-content
+
+
+
+
diff --git a/test/nuxt/components/molecules/FeatureRequestCard.spec.ts b/test/nuxt/components/molecules/FeatureRequestCard.spec.ts
index 822b6b78..dde87ff7 100644
--- a/test/nuxt/components/molecules/FeatureRequestCard.spec.ts
+++ b/test/nuxt/components/molecules/FeatureRequestCard.spec.ts
@@ -3,6 +3,12 @@ import { describe, expect, it, vi } from 'vitest'
import FeatureRequestCard from '~/components/molecules/FeatureRequestCard.vue'
import SocialProfile from '~~/test/nuxt/fixtures/social-profile.json'
+vi.mock('~/composables/useAuthentication', () => ({
+ useAuthentication: () => ({
+ user: ref({ id: 'test-user-id' }),
+ }),
+}))
+
interface Props {
feature: FeatureRequest
}
@@ -23,12 +29,6 @@ const props: Props = {
}
describe('FeatureRequestCard', async () => {
- vi.mock('~/composables/useAuthentication', () => ({
- useAuthentication: () => ({
- user: ref({ id: 'test-user-id' }),
- }),
- }))
-
it('Should match snapshot', async () => {
const component = await mountSuspended(FeatureRequestCard, { props })
diff --git a/test/nuxt/components/templates/__snapshots__/EncounterSidebar.spec.ts.snap b/test/nuxt/components/templates/__snapshots__/EncounterSidebar.spec.ts.snap
index 854c4c17..1877b450 100644
--- a/test/nuxt/components/templates/__snapshots__/EncounterSidebar.spec.ts.snap
+++ b/test/nuxt/components/templates/__snapshots__/EncounterSidebar.spec.ts.snap
@@ -4,10 +4,6 @@ exports[`EncounterSidebar > Should match snapshot 1`] = `
"