add @vitest/coverage-v8 and update package-lock

This commit is contained in:
StarAppeal
2025-09-08 05:18:55 +02:00
parent bf8a19adb5
commit 061338c91d
6 changed files with 597 additions and 69 deletions
+2
View File
@@ -38,5 +38,7 @@ describe("RateLimit", () => {
const res = await request(app).get("/spotify-test");
expect(res.status).toBe(429);
expect(res.headers["ratelimit-policy"]).toBeTruthy();
});
});