Skip to content

Commit

Permalink
fix cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Jan 17, 2024
1 parent d28a27d commit ecddea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { sdJwt } from "../../../examples/dist/web/1_advanced/6_sd_jwt";
import { setup } from "../../support/setup";

describe(
"domainLinkage",
"SdJwt",
() => {
it("Domain Linkage", async () => {
it("SD Jwt", async () => {
await setup(sdJwt);
});
},
Expand Down
1 change: 1 addition & 0 deletions bindings/wasm/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The following advanced examples are available:
| [3_did_issues_tokens](src/1_advanced/3_did_issues_tokens.ts) | Demonstrates how an identity can issue and control a Token Foundry and its tokens. |
| [4_custom_resolution](src/1_advanced/4_custom_resolution.ts) | Demonstrates how to set up a resolver using custom handlers. |
| [5_domain_linkage](src/1_advanced/5_domain_linkage.ts) | Demonstrates how to link a domain and a DID and verify the linkage. |
| [6_sd_jwt](src/1_advanced/6_sd_jwt.ts) | Demonstrates how to create a selective disclosure verifiable credential |

## Browser

Expand Down

0 comments on commit ecddea3

Please sign in to comment.