Support optional connection token for TCP servers #1299
Annotations
7 errors and 4 warnings
|
Node.js SDK Tests (ubuntu-latest)
Process completed with exit code 1.
|
|
Node.js SDK Tests (macos-latest)
Process completed with exit code 1.
|
|
test/e2e/connection_token.test.ts > Connection token > rejects a missing token when one is required:
nodejs/test/e2e/connection_token.test.ts#L38
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ test/e2e/connection_token.test.ts:38:43
|
|
test/e2e/connection_token.test.ts > Connection token > rejects a wrong token:
nodejs/test/e2e/connection_token.test.ts#L34
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ test/e2e/connection_token.test.ts:34:41
|
|
Node.js SDK Tests (windows-latest)
Process completed with exit code 1.
|
|
test/e2e/connection_token.test.ts > Connection token > rejects a missing token when one is required:
nodejs/test/e2e/connection_token.test.ts#L38
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ test/e2e/connection_token.test.ts:38:43
|
|
test/e2e/connection_token.test.ts > Connection token > rejects a wrong token:
nodejs/test/e2e/connection_token.test.ts#L34
AssertionError: promise resolved "undefined" instead of rejecting
- Expected:
Error {
"message": "rejected promise",
}
+ Received:
undefined
❯ test/e2e/connection_token.test.ts:34:41
|
|
Node.js SDK Tests (macos-latest):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
Node.js SDK Tests (macos-latest):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
Node.js SDK Tests (windows-latest):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
Node.js SDK Tests (windows-latest):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|