Skip to content

Commit

Permalink
fixing memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Oct 31, 2023
1 parent c278cc7 commit 66e8034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import '@testing-library/jest-dom';
import {JSDOM} from 'jsdom';

jest.mock('@digitalbazaar/vc-status-list', () => {
return {};
});

import {NetworkManager} from './packages/wasm/src/modules/network-manager';
import {getStorage} from './packages/wasm/src/core/storage';
import './packages/transactions/lib/schema';
Expand Down

0 comments on commit 66e8034

Please sign in to comment.