File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 8
8
issueCloned
9
9
} from 'data-integrity-test-suite-assertion' ;
10
10
import { createInitialVc , endpointCheck } from '../helpers.js' ;
11
- import { expect } from 'chai' ;
12
11
import { localVerifier } from '../vc-verifier/index.js' ;
13
12
14
13
export function commonAlgorithms ( {
@@ -83,7 +82,7 @@ export function ecdsaRdfc2019Algorithms({
83
82
keyType,
84
83
suiteName,
85
84
vcVersion,
86
- suite = _suite
85
+ setup = _setup
87
86
} ) {
88
87
return describe ( `${ suiteName } - Algorithms - VC ${ vcVersion } ` , function ( ) {
89
88
this . matrix = true ;
@@ -183,8 +182,18 @@ export function ecdsaRdfc2019Algorithms({
183
182
} ) ;
184
183
}
185
184
186
- async function _suite ( {
187
-
185
+ async function _setup ( {
186
+ credential,
187
+ mandatoryPointers,
188
+ selectivePointers,
189
+ suiteName,
190
+ keyType
188
191
} ) {
192
+ const {
193
+ invalidProofType,
194
+ invalidCryptosuite
195
+ } = generators ?. mandatory ;
196
+ const credentials = new Map ( ) ;
197
+ const { invalidCreated} = generators ?. dates ;
189
198
190
199
}
You can’t perform that action at this time.
0 commit comments