mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-14 15:01:32 +08:00

* refactor: setup wrapper for all the providers * refactor: done with unit test configuration and service layer testing * refactor: checking for multiple services * refactor: updated test cases added table sort * refactor: moved hooks mocking to test-utils * refactor: added the search test case * refactor: updated the handler with mocks data
6 lines
178 B
TypeScript
6 lines
178 B
TypeScript
import { ServiceDataProps } from 'api/metrics/getTopLevelOperations';
|
|
|
|
export const topLevelOperationSuccessResponse: ServiceDataProps = {
|
|
TestApp: ['GET', 'GET frontpage'],
|
|
};
|