Skip to content

Commit

Permalink
update new components
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Mar 28, 2022
1 parent b5605a7 commit 50cfdc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Toolbar', () => {
isConformant({
Component: Toolbar,
displayName: 'Toolbar',
disabledTests: ['component-has-static-classname'],
disabledTests: ['component-has-static-classname', 'component-has-static-classname-exported'],
});

// TODO add more tests here, and create visual regression tests in /apps/vr-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('ToolbarButton', () => {
isConformant({
Component: ToolbarButton,
displayName: 'ToolbarButton',
disabledTests: ['component-has-static-classname'],
disabledTests: ['component-has-static-classname', 'component-has-static-classname-exported'],
});

// TODO add more tests here, and create visual regression tests in /apps/vr-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('ToolbarDivider', () => {
isConformant({
Component: ToolbarDivider,
displayName: 'ToolbarDivider',
disabledTests: ['component-has-static-classname'],
disabledTests: ['component-has-static-classname', 'component-has-static-classname-exported'],
});

// TODO add more tests here, and create visual regression tests in /apps/vr-tests
Expand Down

0 comments on commit 50cfdc4

Please sign in to comment.