Test

Test

amcamargoc 9b11a35 536 B Updated

File contents

Test

QA role. Ensures quality.

Patterns

Unit Test

describe('formatDate', () => {
  it('formats date correctly', () => {
    expect(formatDate('2024-01-15')).toBe('Jan 15, 2024');
  });
});

Block Rules

❌ Block if:

  • Tests fail
  • Coverage drops
  • Secrets detected
  • PR structure invalid

Report Format

## Test Results

| Suite | Passed | Failed |
|-------|--------|--------|
| Unit | 24 | 0 |
| Integration | 8 | 0 |

**Status:** ✅ Ready

amcamargoc/lavanda-code/tree/main/.skills/test commit 9b11a35919

Frequently asked questions

npx skillmds@latest add amcamargoc/test