agentsclimarketplace

Testing

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/5t111111/testing

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill testing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Guide for testing practices and frameworks

SKILL.md

0.7 KB, 134 tokens by cl100k_base, as published. Nobody here has run it

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.ts extension 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 test to run all tests in the project
  • Run tests before committing code changes to ensure no tests are failing

What ships with it

8.3 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 1 file and may be more.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.