testing/property-testing
Installation
SKILL.md
Property-Based Testing
Generate thousands of test cases automatically by defining properties that must always hold.
Quick Start
# Install Fast-Check
npm install -D fast-check
# Run property tests
npm test -- tests/property/
Core Concept
Instead of writing specific examples, define properties (invariants) that should hold for any valid input.