| 1 | import { act, renderHook } from '@testing-library/react'; |
| 2 | import { afterEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import type GifEncoder from 'gif.js'; |
| 4 | import { useNotificationStore } from '../../store/stores/notificationStore'; |
nothing calls this directly
no test coverage detected