Skip to content

Commit

Permalink
chore: move unfetch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Nov 23, 2023
1 parent e88e7bb commit e05b3c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion misc/identity-keys/src/identity-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
} from "@walletconnect/did-jwt";
import { ICore, IStore } from "@walletconnect/types";
import { formatMessage, generateRandomBytes32 } from "@walletconnect/utils";
import "isomorphic-unfetch";
import axios from "axios";
import {
IIdentityKeys,
Expand Down
1 change: 1 addition & 0 deletions misc/identity-keys/test/identity-keys.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "mocha";
import "isomorphic-unfetch";
import { expect } from "chai";
import { Core } from "@walletconnect/core";
import { Wallet } from "@ethersproject/wallet";
Expand Down

0 comments on commit e05b3c1

Please sign in to comment.