mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
remove temp test
This commit is contained in:
parent
57a22c4a76
commit
cc2bcd2781
1 changed files with 0 additions and 17 deletions
|
|
@ -53,20 +53,3 @@ describe('isValidStream()', () => {
|
|||
})).toBe(false);
|
||||
});
|
||||
});
|
||||
|
||||
describe("test", () => {
|
||||
it("should work", async () => {
|
||||
const providers = makeProviders({
|
||||
fetcher: makeStandardFetcher(fetch),
|
||||
target: targets.BROWSER
|
||||
})
|
||||
console.log(await providers.runAll({
|
||||
media: {
|
||||
title: "Spider-Man: Across the Spider-Verse",
|
||||
tmdbId: "569094",
|
||||
releaseYear: 2023,
|
||||
type: "movie",
|
||||
}
|
||||
}))
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue