Skip to content

Register all reporters by default

Pre-release
Pre-release

Choose a tag to compare

@Julien-R44 Julien-R44 released this 07 Jul 23:09

Changes

  • If the configuration of reporters is not specified on the user side, then by default we register all japa built-in reporters ( ndjson, dot, and spec ). This way you can quickly switch to another reporter, and it will be particularly useful for the Vscode extension which uses the ndjson reporter for integration in vscode's test explorer.

Commits

  • chore: update clean script 558d1e7
  • feat: ndjson and dot reporters are now registered in default config 7e64566
  • chore: lint package.json 7718d81
  • chore: update dependencies f7735aa

v3.0.0-3...v3.0.0-4