fix: ignore some tests
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user