refactor: replace amvstrm source with aniwatch
This commit is contained in:
@@ -12,12 +12,6 @@ describe('requests the "/search" route', () => {
|
||||
expect(response.json()).resolves.toMatchSnapshot();
|
||||
});
|
||||
|
||||
it("valid query that returns amvstrm results", async () => {
|
||||
const response = await app.request("/search?query=amvstrm");
|
||||
|
||||
expect(response.json()).resolves.toMatchSnapshot();
|
||||
});
|
||||
|
||||
it("query that returns no results", async () => {
|
||||
const response = await app.request("/search?query=a");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user