influxdb/ui/mocks/kapacitor/apis/index.ts

8 lines
123 B
TypeScript

export const getLogStreamByRuleID = jest.fn(() =>
Promise.resolve({
body: {
getReader: () => {},
},
})
)