Skip to content

Commit

Permalink
explain why
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 8, 2024
1 parent d56b480 commit e5d68d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mui-utils/src/deepmerge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ describe('deepmerge', () => {

it('should merge objects across realms', function test() {
if (!/jsdom/.test(window.navigator.userAgent)) {
// vm is only available in Node.js
// vm is only available in Node.js.
// We could use https://github.com/browserify/vm-browserify to run the test in an iframe when
// in Karma but it doesn't seem we need to go as far.
this.skip();
}

Expand Down

0 comments on commit e5d68d9

Please sign in to comment.