@codecheck/scope-unit
v0.2.1
Published
CodeCheck scope plugin — generates unit tests (edge cases, boundaries, error conditions)
Maintainers
Readme
@codecheck/scope-unit
Unit test scope plugin for CodeCheck. Generates isolated unit tests covering happy path, edge cases, boundary conditions, null checks, and error handling.
Test Categories Generated
happy-path— typical inputs with expected outputsedge-case— empty strings, zero, empty arraysboundary— min/max values, off-by-onenull-check— null and undefined inputserror-handling— inputs that should throwtype-error— wrong argument types
Part of the CodeCheck ecosystem.
