From f4c6512ff40d1f14d3c31e707daae7896f173dfa Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Thu, 5 Oct 2023 11:39:17 +0100 Subject: [PATCH] Fix JSDoc `@param` in `mkPrototype()` --- __tests__/utils/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/__tests__/utils/index.js b/__tests__/utils/index.js index e9a6598233..8ab3e9926d 100644 --- a/__tests__/utils/index.js +++ b/__tests__/utils/index.js @@ -41,9 +41,12 @@ function mkdtempSync () { * @param {string} prototypePath * @param {Object} [options] * @param {string} [options.kitPath] - Path to the kit to use when creating prototype, if not provided uses mkReleaseArchive - * @param {bool} [options.allowTracking] - If undefined no usage-data-config.json is created, + * @param {boolean} [options.overwrite] - Allow existing prototype to be overwritten (optional) + * @param {boolean} [options.allowTracking] - If undefined no usage-data-config.json is created, * if true a usage-data-config.json is created allowing tracking, * if false a usage-data-config.json is crated disallowing tracking + * @param {boolean} [options.npmInstallLinks] - Set value for npm config install-links (optional) + * @param {string} [options.commandLineParameters] - Command line parameters (optional) * @returns {Promise} */ async function mkPrototype (prototypePath, {