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() {
24
24
tags : [ ...tags ] ,
25
25
property : 'issuers'
26
26
} ) ;
27
- // const {verifierMatch} = endpoints.filterByTag({
28
- // tags: [...tags],
29
- // property: 'verifiers'
30
- // });
31
27
const should = chai . should ( ) ;
32
28
33
29
describe ( 'ecdsa-jcs-2019 - Algorithms - Transformation' , function ( ) {
34
30
setupReportableTestSuite ( this ) ;
31
+ this . implemented = [ ...issuers . keys ( ) ] ;
35
32
let validCredential ;
36
33
before ( async function ( ) {
37
34
validCredential = await createValidCredential ( ) ;
@@ -109,6 +106,7 @@ export function ecdsaJcs2019Algorithms() {
109
106
110
107
describe ( 'ecdsa-jcs-2019 - Algorithms - Proof Configuration' , function ( ) {
111
108
setupReportableTestSuite ( this ) ;
109
+ this . implemented = [ ...issuers . keys ( ) ] ;
112
110
let validCredential ;
113
111
before ( async function ( ) {
114
112
validCredential = await createValidCredential ( ) ;
@@ -186,6 +184,7 @@ export function ecdsaJcs2019Algorithms() {
186
184
187
185
describe ( 'ecdsa-jcs-2019 - Algorithms - Transformation' , function ( ) {
188
186
setupReportableTestSuite ( this ) ;
187
+ this . implemented = [ ...issuers . keys ( ) ] ;
189
188
let validCredential ;
190
189
before ( async function ( ) {
191
190
validCredential = await createValidCredential ( ) ;
You can’t perform that action at this time.
0 commit comments