File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import sinon from 'sinon';
99import { unstable_resetCleanupTracking as unstable_resetCleanupTrackingDataGrid } from '@mui/x-data-grid' ;
1010import { unstable_resetCleanupTracking as unstable_resetCleanupTrackingDataGridPro } from '@mui/x-data-grid-pro' ;
1111import { unstable_resetCleanupTracking as unstable_resetCleanupTrackingTreeView } from '@mui/x-tree-view' ;
12- import failOnConsole from 'vitest-fail-on-console' ;
12+ // import failOnConsole from 'vitest-fail-on-console';
1313import { clearWarningsCache } from '@mui/x-internals/warning' ;
1414import { isJSDOM } from './utils/skipIf' ;
1515
@@ -48,7 +48,7 @@ configure({
4848 computedStyleSupportsPseudoElements : ! isJSDOM ,
4949} ) ;
5050
51- failOnConsole ( ) ;
51+ // failOnConsole();
5252
5353if ( ! globalThis . before ) {
5454 ( globalThis as any ) . before = beforeAll ;
You can’t perform that action at this time.
0 commit comments