Skip to content

Commit

Permalink
fix: fixed tests regarding episode sources
Browse files Browse the repository at this point in the history
  • Loading branch information
WBRK-dev committed Jul 18, 2024
1 parent 4437ef2 commit bf2c69e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/types/anime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ export type AnimeCategories =
| "completed";

export type AnimeServers =
| "vidstreaming"
| "hd-1"
| "hd-2"
| "megacloud"
| "streamsb"
| "streamtape"
| "vidcloud";
| "streamtape";

export enum Servers {
VidStreaming = "hd-1",
Expand Down
2 changes: 1 addition & 1 deletion test/animeEpisodeSrcs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { scrapeAnimeEpisodeSources } from "../src/parsers/index.js";
test("returns anime episode streaming link(s)", async () => {
const data = await scrapeAnimeEpisodeSources(
"steinsgate-3?ep=230",
"vidstreaming",
"hd-1",
"sub"
);

Expand Down

0 comments on commit bf2c69e

Please sign in to comment.