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 d1d3d02 commit f853302Copy full SHA for f853302
1 file changed
test/testUtils.js
@@ -165,9 +165,9 @@ function extractHash(stdout) {
165
/*eslint valid-jsdoc: ["error", { "requireReturn": false }]*/
166
/**
167
*
168
- * @param {*} testCase - testCase directory
169
- * @param {*} file - file relative to testCase
170
- * @param {*} data - data to append
+ * @param {String} testCase - testCase directory
+ * @param {String} file - file relative to testCase
+ * @param {String} data - data to append
171
* @throws - throw an Error if file does not exist
172
*/
173
function appendDataIfFileExists(testCase, file, data) {
0 commit comments