-
Notifications
You must be signed in to change notification settings - Fork 11.1k
node tests are failing all interop tests #18245
Copy link
Copy link
Closed
grpc/grpc-node
#761Labels
Description
https://source.cloud.google.com/results/invocations/774e00b3-a1cf-44ef-a849-eab5f32ca51e/targets
There seems to be compilation error:
ode_modules/@types/lodash/common/object.d.ts6892- rror90m TS2304: annot find name 'Exclude'.
689 ): Exclude<TObject[TKey], undefined> | TDefault;
~~~~~~~
ode_modules/@types/lodash/common/object.d.ts7662- rror90m TS2304: annot find name 'Exclude'.
766 ): Exclude<TObject[TKey], undefined> | TDefault;
~~~~~~~
ode_modules/@types/lodash/common/object.d.ts8424- rror90m TS2304: annot find name 'Exclude'.
842 ): LoDashExplicitWrapper<Exclude<TObject[TKey], undefined> | TDefault>;
~~~~~~~
Michael can you please take a look?
Reactions are currently unavailable