Skip to content

Commit

Permalink
updated some JSDoc missed by #8
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Oct 27, 2017
1 parent 2abc4eb commit 02794c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ async function createFixtures() {
}

/**
* TODO: Document
* Parses the options for the specified <code>test</code> using the <code>filePath</code> provided, where appropriate.
* Parses the options for the specified <code>test</code> using the file paths provided, where appropriate.
*
* @param {Object} test - the test whose options are to be parsed
* @param {string} sourceFilePath - the path of the file to be used to populate the <code>baseFile</code> and/or
* <code>baseUrl</code> options, if needed
* @param {string} [targetFilePath] -
* @param {string} [targetFilePath] - the path of the file to be usedt to populate the <code>targetFilePath</code>
* option
* @return {Object} The parsed options for <code>test</code>.
* @private
*/
Expand Down

0 comments on commit 02794c7

Please # to comment.