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 211b303 commit f89ef27Copy full SHA for f89ef27
tests/45-di-jcs-verify.js
@@ -2,6 +2,8 @@
2
* Copyright (c) 2024 Digital Bazaar, Inc.
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
+/*
6
+// FIXME implement JCS DI verifier tests
7
import {
8
checkDataIntegrityProofVerifyErrors
9
} from 'data-integrity-test-suite-assertion';
@@ -19,3 +21,4 @@ checkDataIntegrityProofVerifyErrors({
19
21
implemented: verifierMatches,
20
22
testDescription: 'Data Integrity (eddsa-jcs-2022 verifiers)'
23
});
24
+*/
0 commit comments