Bump TypeScript (#1521)

* Bump TypeScript

* Fix Jest
This commit is contained in:
Jaco
2022-04-29 13:37:34 +02:00
committed by GitHub
parent 925ec598d2
commit fc17117f1f
5 changed files with 767 additions and 663 deletions
+6
View File
@@ -0,0 +1,6 @@
// Copyright 2017-2022 @polkadot/apps authors & contributors
// SPDX-License-Identifier: Apache-2.0
const { fetch } = require('@polkadot/x-fetch/node');
global.fetch = fetch;