Skip to content

Commit 9b8ce18

Browse files
committed
disable lib
1 parent b0aa5c4 commit 9b8ce18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setupVitest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sinon from 'sinon';
99
import { unstable_resetCleanupTracking as unstable_resetCleanupTrackingDataGrid } from '@mui/x-data-grid';
1010
import { unstable_resetCleanupTracking as unstable_resetCleanupTrackingDataGridPro } from '@mui/x-data-grid-pro';
1111
import { 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';
1313
import { clearWarningsCache } from '@mui/x-internals/warning';
1414
import { isJSDOM } from './utils/skipIf';
1515

@@ -48,7 +48,7 @@ configure({
4848
computedStyleSupportsPseudoElements: !isJSDOM,
4949
});
5050

51-
failOnConsole();
51+
// failOnConsole();
5252

5353
if (!globalThis.before) {
5454
(globalThis as any).before = beforeAll;

0 commit comments

Comments
 (0)