Running Copilot coding agent #28
Annotations
2 errors
|
src/system/manifest.test.ts > MenuItemSchema > should accept menu item with icon:
packages/spec/src/system/manifest.test.ts#L21
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown
- Expected:
undefined
+ Received:
"TypeError: Cannot read properties of undefined (reading 'parse')"
❯ src/system/manifest.test.ts:21:54
|
|
src/system/manifest.test.ts > MenuItemSchema > should accept minimal menu item:
packages/spec/src/system/manifest.test.ts#L11
AssertionError: expected [Function] to not throw an error but 'TypeError: Cannot read properties of …' was thrown
- Expected:
undefined
+ Received:
"TypeError: Cannot read properties of undefined (reading 'parse')"
❯ src/system/manifest.test.ts:11:54
|