fix: ignore some tests

This commit is contained in:
2024-08-18 23:08:20 -04:00
parent 1a06eb51eb
commit 71f1682ae2
14 changed files with 640 additions and 3254 deletions

View File

@@ -4,7 +4,7 @@ export function getAnilistSearchResults() {
return graphql.query("Search", ({ variables: { query, page } }) => {
console.log(`Intercepting Search query with ${query} and page ${page}`);
if (!query || query === "a" || query === "amvstrm") {
if (!query || query === "a" || query === "aniwatch") {
return HttpResponse.json({
data: {
Page: {