testing
Guide for testing practices and frameworks
$ 安裝
git clone https://github.com/5t111111/tailwind-theme-figma-variables /tmp/tailwind-theme-figma-variables && cp -r /tmp/tailwind-theme-figma-variables/.github/skills/testing ~/.claude/skills/tailwind-theme-figma-variables// tip: Run this command in your terminal to install the skill
SKILL.md
name: testing description: Guide for testing practices and frameworks
Testing Skill
This skill provides a guide for testing practices and frameworks.
Testing frameworks
- Use Deno's built-in testing framework for writing and running tests
Writing Tests
- Write tests in separate files with the
.test.tsextension in the same directory as the code being tested - All public functions and methods must have corresponding tests
- Use descriptive names for test cases to clearly indicate their purpose
- Should cover edge cases and error handling in tests
Running Tests
- Use the command
mise run testto run all tests in the project - Run tests before committing code changes to ensure no tests are failing
Repository

5t111111
Author
5t111111/tailwind-theme-figma-variables/.github/skills/testing
0
Stars
0
Forks
Updated2h ago
Added1w ago