mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
2906950188
commit
747df0ae86
8 changed files with 32 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import '@testing-library/jest-dom';
|
||||
import { render, type RenderResult, waitFor } from '@testing-library/svelte';
|
||||
import { render, waitFor, type RenderResult } from '@testing-library/svelte';
|
||||
import { get } from 'svelte/store';
|
||||
import { notificationController, NotificationType } from '../notification';
|
||||
import { NotificationType, notificationController } from '../notification';
|
||||
import NotificationList from '../notification-list.svelte';
|
||||
|
||||
function _getNotificationListElement(sut: RenderResult<NotificationList>): HTMLAnchorElement | null {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue