diff --git a/test/helper.js b/test/helper.js index 35df7c6..a7dc6d5 100644 --- a/test/helper.js +++ b/test/helper.js @@ -201,13 +201,13 @@ async function createFixtures() { } /** - * TODO: Document - * Parses the options for the specified test using the filePath provided, where appropriate. + * Parses the options for the specified test 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 baseFile and/or * baseUrl options, if needed - * @param {string} [targetFilePath] - + * @param {string} [targetFilePath] - the path of the file to be usedt to populate the targetFilePath + * option * @return {Object} The parsed options for test. * @private */