Skip to content

Commit

Permalink
[test] Distinguish private with public tests API (#44188)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 22, 2024
1 parent 4f24923 commit a7025d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import * as React from 'react';
import { expect } from 'chai';
import { createRenderer } from '@mui/internal-test-utils';
import InitColorSchemeScript, {
import InitColorSchemeScript from '@mui/system/InitColorSchemeScript';
import {
DEFAULT_ATTRIBUTE,
DEFAULT_MODE_STORAGE_KEY,
DEFAULT_COLOR_SCHEME_STORAGE_KEY,
Expand Down

0 comments on commit a7025d1

Please sign in to comment.