Skip to content

Commit

Permalink
Ignore components folder in regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jul 22, 2024
1 parent 05132a9 commit f7114db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/regressions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Globals.assign({

const blacklist = [
/^docs-(.*)(?<=NoSnap)\.png$/, // Excludes demos that we don't want
/^docs-components-(.*)\.png$/, // Custom components used to build docs pages
'docs-data-grid-filtering/RemoveBuiltInOperators.png', // Needs interaction
'docs-data-grid-filtering/CustomRatingOperator.png', // Needs interaction
'docs-data-grid-filtering/CustomInputComponent.png', // Needs interaction
Expand Down

0 comments on commit f7114db

Please sign in to comment.