Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 28, 2024
1 parent 7429043 commit 76a7d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function excludeDemoFixture(suite, name) {
}

// assume regex
if (pattern.test(suite) || pattern.test(`${suite}/${name}.png`)) {
if (pattern.test(`${suite}/${name}.png`)) {
unusedBlacklistPatterns.delete(pattern);
return true;
}
Expand Down

0 comments on commit 76a7d04

Please sign in to comment.