Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed May 20, 2022
1 parent f7f5a99 commit e4eceab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mui-material/src/styles/CssVarsProvider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ describe('[Material UI] CssVarsProvider', () => {
JSON.stringify({
placeholder: 'var(--md-opacity-placeholder)',
inputTouchBottomLine: 'var(--md-opacity-inputTouchBottomLine)',
skeletonBg: 'var(--md-opacity-skeletonBg)',
switchTrackDisabled: 'var(--md-opacity-switchTrackDisabled)',
switchTrack: 'var(--md-opacity-switchTrack)',
}),
);
});
Expand Down

0 comments on commit e4eceab

Please sign in to comment.