Skip to content

Commit 6b9a280

Browse files
committed
Fix JSDoc type
1 parent 439d0a3 commit 6b9a280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reporters/json-stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function JSONStream(runner) {
5151

5252
/**
5353
* Mocha event to be written to the output stream.
54-
* @typedef {*[]} JSONStream~MochaEvent
54+
* @typedef {Array} JSONStream~MochaEvent
5555
*/
5656

5757
/**

0 commit comments

Comments
 (0)