Skip to content

Commit

Permalink
Fix JSDoc type
Browse files Browse the repository at this point in the history
  • Loading branch information
plroebuck committed Oct 24, 2018
1 parent 439d0a3 commit 6b9a280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporters/json-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function JSONStream(runner) {

/**
* Mocha event to be written to the output stream.
* @typedef {*[]} JSONStream~MochaEvent
* @typedef {Array} JSONStream~MochaEvent
*/

/**
Expand Down

0 comments on commit 6b9a280

Please sign in to comment.