Possible naming improvements via codegen changes #1072
Annotations
6 errors and 6 warnings
|
Node.js SDK Tests (ubuntu-latest)
Process completed with exit code 1.
|
|
test/e2e/rpc.test.ts > Session RPC > should get and set session mode:
nodejs/test/e2e/rpc.test.ts#L112
AssertionError: expected { mode: 'interactive' } to be 'interactive' // Object.is equality
- Expected:
"interactive"
+ Received:
{
"mode": "interactive",
}
❯ test/e2e/rpc.test.ts:112:25
|
|
Node.js SDK Tests (macos-latest)
Process completed with exit code 1.
|
|
test/e2e/rpc.test.ts > Session RPC > should get and set session mode:
nodejs/test/e2e/rpc.test.ts#L112
AssertionError: expected { mode: 'interactive' } to be 'interactive' // Object.is equality
- Expected:
"interactive"
+ Received:
{
"mode": "interactive",
}
❯ test/e2e/rpc.test.ts:112:25
|
|
Node.js SDK Tests (windows-latest)
Process completed with exit code 1.
|
|
test/e2e/rpc.test.ts > Session RPC > should get and set session mode:
nodejs/test/e2e/rpc.test.ts#L112
AssertionError: expected { mode: 'interactive' } to be 'interactive' // Object.is equality
- Expected:
"interactive"
+ Received:
{
"mode": "interactive",
}
❯ test/e2e/rpc.test.ts:112:25
|
|
Node.js SDK Tests (ubuntu-latest):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
Node.js SDK Tests (ubuntu-latest):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
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
|