unit-testing

Use this skill to write or modify unit-tests in the application for non-component files.

$ 安裝

git clone https://github.com/wmeints/promptyard /tmp/promptyard && cp -r /tmp/promptyard/.claude/skills/unit-testing ~/.claude/skills/promptyard

// tip: Run this command in your terminal to install the skill


name: unit-testing description: Use this skill to write or modify unit-tests in the application for non-component files.

Unit-testing

Use this skill to write or modify unit-tests in the application for non-component files. You should not use this skill when creating tests for components!

Testing workflows

  • Use the workflow located in ./workflows/portal-testing.md for unit-testing in the portal project.
  • Use the workflow located in ./workflows/api-testing.md for unit-testing in the api project.