UNPKG
@cloudnc/grpc-web-testing-toolbox
Version:
feat-allow-to-pass-promise-as-response (2.3.0-feat-allow-to-pass-promise-as-response.1)
latest (2.3.0)
2.3.0
2.3.0-feat-allow-to-pass-promise-as-response.1
2.2.0
2.1.0
2.0.1
2.0.0
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
Utility functions to help you stub and assert on grpc calls.
@cloudnc/grpc-web-testing-toolbox
/
playwright
/
index.d.ts
5 lines
(4 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
export
{ observeGrpcUnary }
from
'./observe-grpc-unary'
;
export
{ mockGrpcUnary }
from
'./mock-grpc-unary'
;
export
{ readGrpcRequest }
from
'./read-grpc-request'
;
export
*
from
'./interfaces'
;