Skip to content

Commit

Permalink
feat: adds tests to web3wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed May 24, 2023
1 parent 2a51ac2 commit 5f2e871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web3wallet/test/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ describe("Auth Integration", () => {
expect(wallet).to.be.exist;
expect(dapp).to.be.exist;
expect(core).to.be.exist;
expect(wallet.metadata.redirect).to.not.exist;
expect(dapp.metadata.redirect).to.not.exist;
});

it("should respond to auth request", async () => {
Expand Down
2 changes: 2 additions & 0 deletions packages/web3wallet/test/sign.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ describe("Sign Integration", () => {
expect(wallet).to.be.exist;
expect(dapp).to.be.exist;
expect(core).to.be.exist;
expect(wallet.metadata.redirect).to.not.exist;
expect(dapp.metadata.redirect).to.not.exist;
});

it("should approve session proposal", async () => {
Expand Down

0 comments on commit 5f2e871

Please sign in to comment.