We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999df7a commit 439a020Copy full SHA for 439a020
tests/15-di-bbs-verify.js
@@ -7,6 +7,7 @@ import * as bbs2023Cryptosuite from '@digitalbazaar/bbs-2023-cryptosuite';
7
import {
8
checkDataIntegrityProofVerifyErrors
9
} from 'data-integrity-test-suite-assertion';
10
+import {documentLoader} from './vc-generator/documentLoader.js';
11
import {endpoints} from 'vc-test-suite-implementations';
12
import {filterVerifiers} from './helpers.js';
13
import {getMultiKey} from './vc-generator/key-gen.js';
@@ -30,6 +31,7 @@ for(const vcVersion of vectors.vcTypes) {
30
31
authentication: true
32
},
33
testDataOptions: {
34
+ documentLoader,
35
suiteName: 'bbs-2023',
36
key,
37
cryptosuite: bbs2023Cryptosuite,
0 commit comments