From f2bbc2499849765eb82946392564f38f3410fe36 Mon Sep 17 00:00:00 2001 From: cat394 Date: Thu, 18 Jul 2024 14:45:23 +0900 Subject: [PATCH] style: format code --- test/index.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/index.test.ts b/test/index.test.ts index 2875341..d3f5512 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -41,7 +41,7 @@ const routeConfig = { path: "books/search/?genre?&author?", }, video: { - path: "video/watch/?q" + path: "video/watch/?q", }, "*external": { path: "https://", @@ -177,8 +177,8 @@ describe("generator function test", () => { }); it("q search param is setted", () => { - assertEquals('/video/watch?q=123', link("video", null, { q: "123"})) - }) + assertEquals("/video/watch?q=123", link("video", null, { q: "123" })); + }); }); it("external link", () => {