We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190fd83 commit c59db36Copy full SHA for c59db36
src/reporters/json.js
@@ -1,5 +1,5 @@
1
export default class JSONReporter {
2
- constructor ({ stream }) {
+ constructor ({ stream } = {}) {
3
this.stream = stream || process.stdout
4
}
5
0 commit comments