jest-feature-reporter
v0.2.0-beta.0
Published
- :white_check_mark: Describe blocks appear as headings. Nested describe blocks are nested headings - :white_check_mark: Tests appear as list items representing features. Each feature is visually marked as Passing :white_check_mark:, Failing :x: or Skippe
Downloads
262
Readme
JestFeatureReporter
Features
- :white_check_mark: Describe blocks appear as headings. Nested describe blocks are nested headings
- :white_check_mark: Tests appear as list items representing features. Each feature is visually marked as Passing :white_check_mark:, Failing :x: or Skipped :construction:
- :white_check_mark: Tests can be prefixed with [test-type]. [behavior] tests appear as features. Unprefixed tests are assumed to be behavioral.