Skip to content

Commit

Permalink
Add js-doc private keyword to fix netlify doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinika committed Dec 3, 2024
1 parent 4e8ffce commit 662a04e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli/run-option-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ exports.isMochaFlag = flag => {
* Returns expected yarg option type for a given mocha flag.
* @param {string} flag - Flag to check (can be with out without leading "--"")
* @returns {string | undefined} - If flag is a valid mocha flag, the expected type of argument for this flag is returned, otherwise undefined is returned.
* @private
*/
exports.expectedTypeForFlag = flag => {
const normalizedName = flag?.replace(/^--?/, '');
Expand Down

0 comments on commit 662a04e

Please sign in to comment.