feat(library): anilist-primary manga metadata with jikan fallback
This commit is contained in:
parent
d76ed2631b
commit
8a046a0ea2
12 changed files with 641 additions and 15 deletions
|
|
@ -15,6 +15,7 @@ function makeDeps(overrides: Partial<SpecDeps> = {}): SpecDeps & { notifyCalls:
|
|||
return {
|
||||
http: async () => ({}),
|
||||
httpText: async () => '',
|
||||
httpPostJson: async () => ({}),
|
||||
getKey: () => '',
|
||||
log: (msg: string) => {
|
||||
logCalls.push(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue