Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Oct 19, 2022
1 parent 8d99a6b commit 5a4e341
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('<TabPanelUnstyled />', () => {
expectedClassName: tabPanelUnstyledClasses.root,
},
},

skip: [
'reactTestRenderer', // Need to be wrapped with TabsContext
],
Expand Down
1 change: 0 additions & 1 deletion packages/mui-base/src/TabUnstyled/TabUnstyled.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('<TabUnstyled />', () => {
expectedClassName: tabUnstyledClasses.root,
},
},

skip: [
'reactTestRenderer', // Need to be wrapped with TabsContext
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe('<TabsListUnstyled />', () => {
expectedClassName: tabsListUnstyledClasses.root,
},
},

skip: [
'reactTestRenderer', // Need to be wrapped with TabsContext
],
Expand Down

0 comments on commit 5a4e341

Please sign in to comment.