Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 28, 2023
1 parent 631833c commit 0b0af9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-joy/src/Drawer/Drawer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('<Drawer />', () => {
});

it('should apply content theme styles for content slot', function test() {
if (!/jsdom/.test(window.navigator.userAgent)) {
if (/jsdom/.test(window.navigator.userAgent)) {
this.skip();
}

Expand Down

0 comments on commit 0b0af9d

Please sign in to comment.