feat: 更新导航结构,替换菜单项为结构化导航树 #153
Annotations
5 errors
|
Build
Process completed with exit code 2.
|
|
Build
Cannot find name 'MenuItemSchema'.
|
|
Test
Process completed with exit code 1.
|
|
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
|