test: using vitest for testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { scrapeHomePage } from "../src/parsers";
|
||||
import { expect, test } from "vitest";
|
||||
import { scrapeHomePage } from "../src/parsers/index.js";
|
||||
|
||||
test("returns anime information present in homepage", async () => {
|
||||
const data = await scrapeHomePage();
|
||||
|
||||
Reference in New Issue
Block a user