From f853302b9520aa7d510945fc98003d32caa3ad17 Mon Sep 17 00:00:00 2001 From: Hemal Patel Date: Mon, 7 Jan 2019 08:32:55 +0530 Subject: [PATCH] tests: add type to appendDataIfFileExists util --- test/testUtils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/testUtils.js b/test/testUtils.js index ce23c54df8e..3dbad20b3cd 100644 --- a/test/testUtils.js +++ b/test/testUtils.js @@ -165,9 +165,9 @@ function extractHash(stdout) { /*eslint valid-jsdoc: ["error", { "requireReturn": false }]*/ /** * - * @param {*} testCase - testCase directory - * @param {*} file - file relative to testCase - * @param {*} data - data to append + * @param {String} testCase - testCase directory + * @param {String} file - file relative to testCase + * @param {String} data - data to append * @throws - throw an Error if file does not exist */ function appendDataIfFileExists(testCase, file, data) {