UNPKG

@sun-asterisk/sunlint

Version:

☀️ SunLint - Multi-language static analysis tool for code quality and security | Sun* Engineering Standards

28 lines 501 B
{ "ruleId": "C072", "name": "Single Test Behavior", "description": "Each test should verify a single behavior", "category": "testing", "severity": "info", "languages": [ "typescript", "javascript", "dart" ], "version": "1.0.0", "status": "stable", "tags": [ "testing", "best-practices", "single-responsibility" ], "config": {}, "examples": { "violations": [], "valid": [] }, "fixes": { "autoFixable": false, "suggestions": [] } }