Skip to content

Commit f853302

Browse files
hemal7735evenstensberg
authored andcommitted
tests: add type to appendDataIfFileExists util
1 parent d1d3d02 commit f853302

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/testUtils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ function extractHash(stdout) {
165165
/*eslint valid-jsdoc: ["error", { "requireReturn": false }]*/
166166
/**
167167
*
168-
* @param {*} testCase - testCase directory
169-
* @param {*} file - file relative to testCase
170-
* @param {*} data - data to append
168+
* @param {String} testCase - testCase directory
169+
* @param {String} file - file relative to testCase
170+
* @param {String} data - data to append
171171
* @throws - throw an Error if file does not exist
172172
*/
173173
function appendDataIfFileExists(testCase, file, data) {

0 commit comments

Comments
 (0)