Allow embeds and videos to return multiple streams + add identifiers to list returns

This commit is contained in:
mrjvs
2023-12-24 19:46:12 +01:00
parent d44320e362
commit 0affe83d24
21 changed files with 142 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
import { mockEmbeds, mockSources } from '@/__test__/providerTests';
import { makeProviders } from '@/main/builder';
import { targets } from '@/main/targets.ts';
import { targets } from '@/main/targets';
import { afterEach, describe, expect, it, vi } from 'vitest';
const mocks = await vi.hoisted(async () => (await import('../providerTests.ts')).makeProviderMocks());