verify
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVerify Changes
验证代码变更
This skill verifies that recent code changes are correct and do not break existing functionality.
该技能用于验证近期的代码变更是否正确,且不会破坏现有功能。
Steps
步骤
-
Run the fast memory tests to ensure core functionality is working.bash
npm run test:fast:memory -
(Optional) Run linting to check for style issues.bash
npm run lint
- 运行快速内存测试,确保核心功能正常运行。
bash
npm run test:fast:memory
2.(可选)运行lint检查,检查代码风格问题。
bash
npm run lint