Skip to content

Commit

Permalink
try it out
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 31, 2021
1 parent 949ee21 commit 25dd9ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/material-ui/src/Tabs/Tabs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,7 @@ describe('<Tabs />', () => {
expect(style.width).to.equal('50px');
});

it('should have "right" for RLT', function test() {
if (isJSDOM) {
this.skip();
}

it('should have "right" for RLT', () => {
const { forceUpdate, container, getByRole } = render(
<div dir="rtl">
<Tabs value={1}>
Expand Down

0 comments on commit 25dd9ba

Please sign in to comment.