Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Feb 2, 2024
1 parent 10de174 commit 5e222b5
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 @@ -155,7 +155,7 @@ const blacklist = [
'docs-styles-basics/StressTest.png', // Need interaction
'docs-versions', // No public components
/^docs-guides-.*/, // No public components
'docs-components-autocomplete-data', // No components, contins only data for the demo
'docs-components-autocomplete-data', // No components, contains only data for the demo
];

const unusedBlacklistPatterns = new Set(blacklist);
Expand Down

0 comments on commit 5e222b5

Please sign in to comment.