mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
remove temp test
This commit is contained in:
@@ -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",
|
||||
}
|
||||
}))
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user