zivl / sentry-testkit

A Sentry plugin to allow Sentry report interception and further inspection of the data being sent
https://zivl.github.io/sentry-testkit/
MIT License
112 stars 26 forks source link

fix(types): Add missing generic type arg to default export #118

Closed nyadav810 closed 2 years ago

nyadav810 commented 2 years ago

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 error Generic type 'TestkitResult<Transport>' requires 1 type argument(s). ts(2314)

This PR simply adds the missing generic type args.