mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
fc17117f1f
* Bump TypeScript * Fix Jest
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
// Copyright 2017-2022 @polkadot/apps authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
const { fetch } = require('@polkadot/x-fetch/node');
|
|
|
|
global.fetch = fetch;
|