Skip to content

Commit

Permalink
Fix umd test
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Dec 19, 2024
1 parent ccfbcc9 commit 738e80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/test/umd/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function createApp() {
'utf8',
);
index = index.replace(
'https://unpkg.com/@mui/material@latest/umd/material-ui.development.js',
'https://unpkg.com/@mui/material@5/umd/material-ui.development.js',
umdPath,
);
index = index.replace(
Expand Down

0 comments on commit 738e80e

Please sign in to comment.