theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Typo in JSON schema #1134

Closed TimurDela closed 4 years ago

TimurDela commented 4 years ago

Expected behavior

The config.json schema should suggest only valid reporters.

Current behavior

A typo line 614 of schema/config.json lists jsunit instead of junit as an available reporter.

Possible solution

Correct that typo

Steps to reproduce (for bugs)

Environment

Intern version: Node version: NPM version: Browser version:

Additional information

jason0x43 commented 4 years ago

Good catch!