refactor: replace amvstrm source with aniwatch

This commit is contained in:
2024-08-18 21:37:13 -04:00
parent 0bcc547ede
commit 1a06eb51eb
14 changed files with 179 additions and 262 deletions

View File

@@ -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");