mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-03 07:23:56 +08:00
基于 obra/superpowers (MIT) 完整汉化,新增中国开发者专属 skills: - 中文代码审查:适配国内团队沟通文化 - 中文 Git 工作流:支持 Gitee/Coding/极狐 GitLab - 中文技术文档:中英混排规范、排版标准 - 中文提交规范:Conventional Commits 中文适配 + commitlint 配置 - MCP 服务器构建:生产级 MCP 工具开发方法论 支持工具:CC / Cursor / Codex CLI / Gemini 安装:npx superpowers-zh
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
The tests are failing with this error:
|
||
|
||
```
|
||
FAIL src/utils/parser.test.ts
|
||
● Parser › should handle nested objects
|
||
TypeError: Cannot read property 'value' of undefined
|
||
at parse (src/utils/parser.ts:42:18)
|
||
at Object.<anonymous> (src/utils/parser.test.ts:28:20)
|
||
```
|
||
|
||
Can you figure out what's going wrong and fix it? |