Skip to content

Commit

Permalink
revert jsdom path in mocha-setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IGallupSoCo authored and Andrew Rodiek committed Dec 16, 2024
1 parent ef4650c commit 2c6b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/testing/unit/mocha-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import os from 'os';
import chai from 'chai';
import chaiAsPromised from 'chai-as-promised';
import chaiDOM from 'chai-dom';
import { JSDOM } from '../node_modules/jsdom';
import { JSDOM } from 'jsdom';
import '../../site-wide/moment-setup';
import ENVIRONMENTS from 'site/constants/environments';
import * as Sentry from '@sentry/browser';
Expand Down

0 comments on commit 2c6b4c3

Please sign in to comment.