소스 검색

Update search.spec.ts

Sven Fehler 6 달 전
부모
커밋
3a6cd5689b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/search.spec.ts

+ 1 - 1
test/search.spec.ts

@@ -2,7 +2,7 @@ import { randomBytes } from "crypto";
 import { baseUrl, defaultFetchOpts } from "./constants";
 import { checkSongProps } from "./hooks";
 
-describe("GET /search/top", () => {
+describe("Search routes", () => {
   //#region /search/top
 
   it("Top search yields expected props", async () => {