chore(deps-dev): bump ts-proto from 1.181.0 to 2.2.0 #1518
Annotations
5 errors
Run yarn test --ignore nice-grpc-web:
packages/nice-grpc-error-details/src/index.test.ts#L128
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -27,11 +27,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -42,7 +43,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:128:35)
|
Run yarn test --ignore nice-grpc-web:
packages/nice-grpc-error-details/src/index.test.ts#L150
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -16,11 +16,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -31,7 +32,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:150:35)
|
Run yarn test --ignore nice-grpc-web:
packages/nice-grpc-error-details/src/index.test.ts#L171
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:171:35)
|
Run yarn test --ignore nice-grpc-web:
packages/nice-grpc-error-details/src/index.test.ts#L192
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 4
@@ -15,11 +15,12 @@
],
},
Object {
"$type": "google.protobuf.Any",
"typeUrl": "types.googleapis.com/nice_grpc.test.CustomErrorDetail",
- "value": Uint8Array [
+ "value": Object {
+ "data": Array [
10,
11,
99,
117,
115,
@@ -30,7 +31,9 @@
116,
101,
115,
116,
],
+ "type": "Buffer",
+ },
},
]
at Object.<anonymous> (src/index.test.ts:192:35)
|
Run yarn test --ignore nice-grpc-web
Process completed with exit code 1.
|
Loading