Closed nyadav810 closed 2 years ago
TypeScript types fix for v4.0.2 (https://github.com/wix/sentry-testkit/pull/116).
Typechecking using tsc -b in my project gives an error Generic type 'TestkitResult<Transport>' requires 1 type argument(s). ts(2314)
tsc -b
Generic type 'TestkitResult<Transport>' requires 1 type argument(s). ts(2314)
This PR simply adds the missing generic type args.
Description
TypeScript types fix for v4.0.2 (https://github.com/wix/sentry-testkit/pull/116).
Typechecking using
tsc -b
in my project gives an errorGeneric type 'TestkitResult<Transport>' requires 1 type argument(s). ts(2314)
This PR simply adds the missing generic type args.