f086_Zusatz-Edit-der-Namen #34

Merged
mina merged 13 commits from f086_Zusatz-Edit-der-Namen into development 2025-09-24 12:40:12 +02:00
Showing only changes of commit 406e7f8e4d - Show all commits

View File

@@ -1,5 +1,5 @@
import { render } from '@testing-library/svelte';
import { describe, expect, it } from "vitest";
import { describe, expect, it } from 'vitest';
import VorgangListPage from '../src/routes/(angemeldet)/list/+page.svelte';
import { baseData } from './fixtures';
@@ -18,4 +18,4 @@ const items = getAllByTestId('test-list-item');
expect(items.length).toBeGreaterThan(0);
});
})
});