**Purpose:** Check current test coverage and identify gaps
/plugin marketplace add nguyenthienthanh/aura-frog/plugin install nguyenthienthanh-aura-frog-aura-frog@nguyenthienthanh/aura-frogtest/# Command: test:coverage
**Purpose:** Check current test coverage and identify gaps
**Aliases:** `coverage`, `check coverage`, `coverage report`
---
## 🎯 Overview
Analyze test coverage and provide recommendations for improvement.
**Supports:**
- React Native (Jest)
- Laravel (PHPUnit)
- Vue.js (Vitest)
- React.js (Jest)
- Next.js (Jest)
---
## 📋 Usage
---
## 📊 Output
typescript
it('should handle error boundary catch')
it('should timeout logout after 30s')
it('should refresh token when expired')
bash
test:unit "src/features/auth/AuthContext.tsx" --coverage=80
bash
test:unit ...