feat: enhance import session handling by adding session UUID to commitImport function

This commit is contained in:
Wikid82
2025-11-22 15:58:12 -05:00
parent 185121d9f0
commit 8a60325464
6 changed files with 16 additions and 5 deletions

View File

@@ -63,6 +63,11 @@ const mockNotifications: api.Notification[] = [
describe('NotificationCenter', () => {
beforeEach(() => {
vi.clearAllMocks()
vi.mocked(api.checkUpdates).mockResolvedValue({
available: false,
latest_version: '0.0.0',
changelog_url: '',
})
})
afterEach(() => {