新增 Debug EML 上传调试页面

This commit is contained in:
andy
2026-07-09 16:47:39 +08:00
parent 0727dfb8d0
commit 7100612442
14 changed files with 1269 additions and 0 deletions

View File

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