Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Mar 11, 2024
1 parent 1a5d116 commit 1f6ccb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/styles/CssVarsProvider.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ describe('[Material UI] CssVarsProvider', () => {
expect(screen.getByTestId('palette-background').textContent).to.equal(
JSON.stringify({
paper: 'var(--mui-palette-background-paper)',
paperChannel: 'var(--mui-palette-background-paperChannel)',
default: 'var(--mui-palette-background-default)',
defaultChannel: 'var(--mui-palette-background-defaultChannel)',
}),
Expand Down

0 comments on commit 1f6ccb0

Please sign in to comment.