feat: add fgo to games.

This commit is contained in:
Lucas Winther
2026-08-18 02:43:56 +02:00
parent 94ecf9ccbb
commit 5cc46a0c9a
8 changed files with 8188 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ const CASES: Array<{ adapter: Adapter; fixture: string }> = [
// its content type. The fixture is the bytes the fetcher would store.
{ adapter: adapter("r1999-fandom-events"), fixture: "fixtures/r1999/fandom-events-2026-08-17" },
{ adapter: adapter("ba-bawiki-events"), fixture: "fixtures/ba/bawiki-events-2026-08-17" },
{ adapter: adapter("fgo-fandom-events"), fixture: "fixtures/fgo/fandom-events-2026-08-18" },
];
async function runAdapter(adapter: Adapter, fixture: string) {