From ba8fb48551c23b5c66c68fbee19db5e61ab15c2e Mon Sep 17 00:00:00 2001 From: yasuaki640 Date: Mon, 1 Jul 2024 23:33:21 +0900 Subject: [PATCH] test(helper/dev): fix typo of test case name (#3073) --- src/helper/dev/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/dev/index.test.ts b/src/helper/dev/index.test.ts index 7b41aa17..d1f1994a 100644 --- a/src/helper/dev/index.test.ts +++ b/src/helper/dev/index.test.ts @@ -171,7 +171,7 @@ describe('showRoutes() in NO_COLOR', () => { }) }) -describe('geRouterName()', () => { +describe('getRouterName()', () => { it('Should return the correct router name', async () => { const app = new Hono({ router: new RegExpRouter(),