UNPKG

@cloudnc/grpc-web-testing-toolbox

Version:

Utility functions to help you stub and assert on grpc calls.

5 lines (4 loc) 193 B
export { observeGrpcUnary } from './observe-grpc-unary'; export { mockGrpcUnary } from './mock-grpc-unary'; export { readGrpcRequest } from './read-grpc-request'; export * from './interfaces';