Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Frontend
/
30e245f6bf84f53f7e6d71957b240dd0aa0b6023
/
.
/
src
/
mock
/
comment.d.ts
blob: 2ed6cca0cd14d8b825c579f4304f25c84e5400f7 [
file
] [
log
] [
blame
]
import
type
MockAdapter
from
'axios-mock-adapter'
;
export
declare
function
setupCommentMock
(
mock
:
MockAdapter
):
void
;