Skip to content

Commit

Permalink
Add implemented to suites.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 13, 2024
1 parent 1771eba commit 9b8bbca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/suites/algorithms-jcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ export function ecdsaJcs2019Algorithms() {
tags: [...tags],
property: 'issuers'
});
// const {verifierMatch} = endpoints.filterByTag({
// tags: [...tags],
// property: 'verifiers'
// });
const should = chai.should();

describe('ecdsa-jcs-2019 - Algorithms - Transformation', function() {
setupReportableTestSuite(this);
this.implemented = [...issuers.keys()];
let validCredential;
before(async function() {
validCredential = await createValidCredential();
Expand Down Expand Up @@ -109,6 +106,7 @@ export function ecdsaJcs2019Algorithms() {

describe('ecdsa-jcs-2019 - Algorithms - Proof Configuration', function() {
setupReportableTestSuite(this);
this.implemented = [...issuers.keys()];
let validCredential;
before(async function() {
validCredential = await createValidCredential();
Expand Down Expand Up @@ -186,6 +184,7 @@ export function ecdsaJcs2019Algorithms() {

describe('ecdsa-jcs-2019 - Algorithms - Transformation', function() {
setupReportableTestSuite(this);
this.implemented = [...issuers.keys()];
let validCredential;
before(async function() {
validCredential = await createValidCredential();
Expand Down

0 comments on commit 9b8bbca

Please sign in to comment.