0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

test(helper/dev): fix typo of test case name (#3073)

This commit is contained in:
yasuaki640 2024-07-01 23:33:21 +09:00 committed by GitHub
parent d038d82e66
commit ba8fb48551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),