Design and implement property-based tests for the specified target.
Context
Existing test framework:
!ls jest.config* vitest.config* pytest.ini pyproject.toml Cargo.toml 2>/dev/null | head -5
Target: $ARGUMENTS
Instructions
- •Analyze target code and identify algebraic properties (roundtrip, idempotency, invariants, etc.)
- •Design generators for input types
- •Implement property tests using the project's framework
- •Run tests and verify all properties hold
- •Report any counterexamples found