We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2887fe commit 40437e8Copy full SHA for 40437e8
packages/mui-material/src/internal/animate.test.js
@@ -2,10 +2,9 @@ import { expect } from 'chai';
2
import { isJsdom } from '@mui/internal-test-utils/env';
3
import animate from './animate';
4
5
-const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
6
const isJSDOM = isJsdom();
7
8
-describe.skipIf(isJSDOM || isSafari)('animate', () => {
+describe.skipIf(isJSDOM)('animate', () => {
9
let container;
10
11
beforeAll(function beforeHook() {
0 commit comments