Skip to main content

testing

Provides conventions for structuring and organizing test files in TypeScript, enhancing test clarity and maintainability.

Install this skill

or
96/100

Security score

The testing skill was audited on May 27, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 35

External URL reference

SourceSKILL.md
35- Kent C. Dodds, ["Avoid Nesting When You're Testing"](https://kentcdodds.com/blog/avoid-nesting-when-youre-testing) : setup functions over beforeEach, flat tests
low line 36

External URL reference

SourceSKILL.md
36- Kent C. Dodds, ["AHA Testing"](https://kentcdodds.com/blog/aha-testing) : avoid hasty abstractions in tests
low line 37

External URL reference

SourceSKILL.md
37- Kent C. Dodds, [Testing JavaScript](https://testingjavascript.com) : Test Object Factory Pattern
low line 38

External URL reference

SourceSKILL.md
38- Matt Pocock, ["How to test your types"](https://www.totaltypescript.com/how-to-test-your-types) : vitest `expectTypeOf` for type testing
Scanned on May 27, 2026
View Security Dashboard
Installation guide →