Updated comments

This commit is contained in:
jamelreid 2022-01-12 18:37:05 -05:00
parent f08da97fe6
commit e1f030f832
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ const resolvePackagePath = ( filename, packageName = '' ) => {
/**
* Removes duplicates from a file path in order to allow backwards support for executing tests commands
* that prepend `plugins/woocommerce` and/or `tests/e2e`.
* that may prepend `plugins/woocommerce` and/or `tests/e2e`.
*
* @param {string} filePath Path to a specific test file
* @param {Array} exclude An array of strings that won't be removed in the event that duplicates exist.