From 6b9a280da56a1a87f9e01e57aa6fcfdfb4ac9279 Mon Sep 17 00:00:00 2001 From: Paul Roebuck Date: Wed, 24 Oct 2018 14:53:32 -0500 Subject: [PATCH] Fix JSDoc type --- lib/reporters/json-stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporters/json-stream.js b/lib/reporters/json-stream.js index 1a64280647..5b4cfbcebe 100644 --- a/lib/reporters/json-stream.js +++ b/lib/reporters/json-stream.js @@ -51,7 +51,7 @@ function JSONStream(runner) { /** * Mocha event to be written to the output stream. - * @typedef {*[]} JSONStream~MochaEvent + * @typedef {Array} JSONStream~MochaEvent */ /**