1.0.2 • Published 8 months ago
jest-feature-reporter v1.0.2
JestFeatureReporter
Features
- ✅ Describe blocks appear as headings. Nested describe blocks are nested headings
- ✅ Tests appear as list items representing features. Each feature is visually marked as Passing ✅, Failing ❌ or Skipped 🚧
- ✅ Tests can be prefixed with test-type. behavior tests appear as features. Unprefixed tests are assumed to be behavioral.