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 c38c608 commit c22021fCopy full SHA for c22021f
test/10-verify.spec.js
@@ -6,6 +6,7 @@ import * as Bls12381Multikey from '@digitalbazaar/bls12-381-multikey';
6
import * as EcdsaMultikey from '@digitalbazaar/ecdsa-multikey';
7
import * as ecdsaSd2023Cryptosuite from
8
'@digitalbazaar/ecdsa-sd-2023-cryptosuite';
9
+import * as mockData from './mocks/mock.data.js';
10
import * as vc from '../lib/index.js';
11
import {
12
documentLoader,
test/mocks/mock.data.js
@@ -29,7 +29,7 @@ const _mixedCredential = () => {
29
};
30
31
32
-const credentials = mock.credentials = {};
+export const credentials = mock.credentials = {};
33
credentials.mixed = _mixedCredential();
34
35
credentials.alpha = {
0 commit comments