agentsclimarketplace

Testing

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

Guide for testing practices and frameworksFrom its SKILL.md

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.

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 325,949. 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.