显示 Debug EML 菜单入口

This commit is contained in:
andy
2026-07-09 17:07:33 +08:00
parent 7100612442
commit b785e0e429
7 changed files with 24 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ describe('reservation router', () => {
)
})
it('exposes the hidden Debug EML route without adding it to the business menu', () => {
it('exposes the Debug EML route', () => {
expect(router.resolve('/debug/eml-superagent').name).toBe('debug-eml-superagent')
})
})