mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(tests): wdio.cong ffExcludes undefined error.
This commit is contained in:
committed by
Дамян Минков
parent
9e1f3de4e5
commit
326b694bf2
@@ -267,7 +267,8 @@ export const config: WebdriverIO.MultiremoteConfig = {
|
||||
|
||||
// We skip the suite tests if the suite is marked as such, we used that from firefox overwrite
|
||||
// @ts-ignore
|
||||
if (config?.ffExcludes.some((e: string) => minimatch(args[2][0].replace('file://', ''), `${__dirname}/${e}`))) {
|
||||
if (config?.ffExcludes?.some(
|
||||
(e: string) => minimatch(args[2][0].replace('file://', ''), `${__dirname}/${e}`))) {
|
||||
args[2].pop();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user