Update SDK E2E tests for canonical exit_plan_mode action order #3085
Annotations
2 errors and 3 warnings
|
Run Node.js SDK tests
Process completed with exit code 1.
|
|
Run Node.js SDK tests:
nodejs/test/e2e/mode_handlers.e2e.test.ts#L111
AssertionError: expected { …(4) } to match object { …(3) }
(1 matching property omitted from actual)
- Expected
+ Received
{
"actions": [
- "autopilot",
"interactive",
+ "autopilot",
"exit_only",
],
"recommendedAction": "interactive",
"summary": "Greeting file implementation plan",
}
❯ test/e2e/mode_handlers.e2e.test.ts:111:45
|
|
Run ESLint:
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
Run ESLint:
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
Run ESLint:
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
background
wait
wait-all
cancel
parallel
Loading