Skip to content

Commit

Permalink
WIP toWarnDev
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Nov 7, 2024
1 parent 86fac96 commit 11b782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-base/src/Dialog/Root/DialogRoot.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('<Dialog.Root />', () => {

// toWarnDev doesn't work reliably with async rendering. To re-eanble after it's fixed in the test-utils.
// eslint-disable-next-line mocha/no-skipped-tests
describe.skip('prop: modal', () => {
describe('prop: modal', () => {
it('warns when the dialog is modal but no backdrop is present', async () => {
await expect(() =>
render(
Expand Down

0 comments on commit 11b782d

Please sign in to comment.