Skip to content

Commit

Permalink
wip get jest running
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 26, 2023
1 parent f4af31a commit e0faf4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/config/jest.setup-tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* global afterEach, beforeAll, beforeEach */

import mock from 'xhr-mock';
import _mock from 'xhr-mock';

const mock = _mock.default;

const sideEffects = {
document: {
Expand Down

0 comments on commit e0faf4e

Please sign in to comment.