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:
parent
d038d82e66
commit
ba8fb48551
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user