mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[EDR Workflows] Change grepFilter destructuring (#166254)
This commit is contained in:
parent
33108a1638
commit
df996362bd
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ ${JSON.stringify(cypressConfigFile, null, 2)}
|
|||
|
||||
const isGrepReturnedFilePaths = _.isArray(grepSpecPattern);
|
||||
const isGrepReturnedSpecPattern = !isGrepReturnedFilePaths && grepSpecPattern === specPattern;
|
||||
const { grepFilterSpecs } = cypressConfigFile.env;
|
||||
const grepFilterSpecs = cypressConfigFile.env?.grepFilterSpecs;
|
||||
|
||||
// IMPORTANT!
|
||||
// When grep returns the same spec pattern as it gets in its arguments, we treat it as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue