Running Copilot coding agent #508
Annotations
12 errors and 10 warnings
|
dynamic
The run was canceled by @copilot-swe-agent[bot].
|
|
copilot
The run was canceled by @copilot-swe-agent[bot].
|
|
copilot
The operation was canceled.
|
|
copilot
@object-ui/console#test: command (/home/runner/work/objectui/objectui/apps/console) /usr/local/bin/pnpm run test exited (1)
|
|
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Edit Mode > should update contact successfully:
apps/console/src/__tests__/ObjectFormUnit.test.tsx#L239
AssertionError: expected undefined to be 'John Doe Updated' // Object.is equality
- Expected:
"John Doe Updated"
+ Received:
undefined
❯ src/__tests__/ObjectFormUnit.test.tsx:239:27
|
|
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should apply default values from schema:
apps/console/src/__tests__/ObjectFormUnit.test.tsx#L167
AssertionError: expected undefined to be 5 // Object.is equality
- Expected:
5
+ Received:
undefined
❯ src/__tests__/ObjectFormUnit.test.tsx:167:31
|
|
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should create a contact successfully:
apps/console/src/__tests__/ObjectFormUnit.test.tsx#L128
AssertionError: expected undefined to be 'Test User' // Object.is equality
- Expected:
"Test User"
+ Received:
undefined
❯ src/__tests__/ObjectFormUnit.test.tsx:128:27
|
|
copilot
AssertionError: expected undefined to be 'John Doe Updated' // Object.is equality
|
|
copilot
AssertionError: expected undefined to be 5 // Object.is equality
|
|
copilot
AssertionError: expected undefined to be 'Test User' // Object.is equality
|
|
copilot
AssertionError: expected undefined to be 5 // Object.is equality
|
|
copilot
AssertionError: expected undefined to be 'Test User' // Object.is equality
|
|
copilot
239:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
copilot
129:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
copilot
69:14 warning Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components react-refresh/only-export-components
|
|
copilot
43:57 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
copilot
19:59 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
copilot
18:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
copilot
55:10 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
|
|
copilot
11:10 warning 'SidebarNav' is defined but never used @typescript-eslint/no-unused-vars
|
|
copilot
82:14 warning Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components react-refresh/only-export-components
|
|
copilot
92:58 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|