Add unit tests for channel API functions and response handling in channel.ts. (#4987)

Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
This commit is contained in:
gru-agent[bot]
2025-06-10 11:01:34 +08:00
committed by GitHub
parent f50298b8e9
commit 4054164017
2 changed files with 277 additions and 0 deletions

View File

@@ -208,3 +208,5 @@ export const getDashboardV2 = (params: {
timezone: params.timezone || 'Local',
timespan: params.timespan || 'day'
});
export { responseSuccess, checkRes, responseError, instance, request };