Remove non-HTML reporters from built mocha.js #1731
Labels
area: browser
browser-specific
area: reporters
involving a specific reporter
status: wontfix
typically a feature which won't be added, or a "bug" which is actually intended behavior
type: chore
generally involving deps, tooling, configuration, etc.
See #1727, #509 for details.
tl;dr: Right now the built
mocha.js
file includes all of the reporters, even though they aren't useful in the browser.Seems like we should expose a browser plugin/reporter interface before we remove these, seems like we'll break https://github.com/metaskills/mocha-phantomjs/ otherwise.
cc/ @metaskills @nathanboktae
The text was updated successfully, but these errors were encountered: