Skip to content

Commit

Permalink
tests: remove eslint comment for requireReturn
Browse files Browse the repository at this point in the history
  • Loading branch information
hemal7735 authored and evenstensberg committed Feb 5, 2019
1 parent 46d2e37 commit be7b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ function extractHash(stdout) {
return hashInfo;
}

/*eslint valid-jsdoc: ["error", { "requireReturn": false }]*/
/**
*
* @param {String} testCase - testCase directory
* @param {String} file - file relative to testCase
* @param {String} data - data to append
* @returns {undefined}
* @throws - throw an Error if file does not exist
*/
function appendDataIfFileExists(testCase, file, data) {
Expand Down

0 comments on commit be7b259

Please sign in to comment.