File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,11 @@ export function ecdsaJcs2019Algorithms() {
2424 tags : [ ...tags ] ,
2525 property : 'issuers'
2626 } ) ;
27- // const {verifierMatch} = endpoints.filterByTag({
28- // tags: [...tags],
29- // property: 'verifiers'
30- // });
3127 const should = chai . should ( ) ;
3228
3329 describe ( 'ecdsa-jcs-2019 - Algorithms - Transformation' , function ( ) {
3430 setupReportableTestSuite ( this ) ;
31+ this . implemented = [ ...issuers . keys ( ) ] ;
3532 let validCredential ;
3633 before ( async function ( ) {
3734 validCredential = await createValidCredential ( ) ;
@@ -109,6 +106,7 @@ export function ecdsaJcs2019Algorithms() {
109106
110107 describe ( 'ecdsa-jcs-2019 - Algorithms - Proof Configuration' , function ( ) {
111108 setupReportableTestSuite ( this ) ;
109+ this . implemented = [ ...issuers . keys ( ) ] ;
112110 let validCredential ;
113111 before ( async function ( ) {
114112 validCredential = await createValidCredential ( ) ;
@@ -186,6 +184,7 @@ export function ecdsaJcs2019Algorithms() {
186184
187185 describe ( 'ecdsa-jcs-2019 - Algorithms - Transformation' , function ( ) {
188186 setupReportableTestSuite ( this ) ;
187+ this . implemented = [ ...issuers . keys ( ) ] ;
189188 let validCredential ;
190189 before ( async function ( ) {
191190 validCredential = await createValidCredential ( ) ;
You can’t perform that action at this time.
0 commit comments