Skip to content

Commit

Permalink
tests: add type to appendDataIfFileExists util
Browse files Browse the repository at this point in the history
  • Loading branch information
hemal7735 authored and evenstensberg committed Feb 5, 2019
1 parent d1d3d02 commit f853302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/testUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f853302

Please sign in to comment.