Skip to content

Commit b182b0a

Browse files
committed
Add initial statements and links for conformance.
1 parent 492f6e5 commit b182b0a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/suites/conformance.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*!
2+
* Copyright 2024 Digital Bazaar, Inc.
3+
* SPDX-License-Identifier: BSD-3-Clause
4+
*/
5+
6+
describe('Conformance', function() {
7+
beforeEach(function() {
8+
9+
});
10+
it('Specifically, all relevant normative statements in Sections 2. Data ' +
11+
'Model and 3. Algorithms of this document MUST be enforced.', function() {
12+
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#:~:text=Specifically%2C%20all%20relevant%20normative%20statements%20in%20Sections%202.%20Data%20Model%20and%203.%20Algorithms%20of%20this%20document%20MUST%20be%20enforced.';
13+
});
14+
it('Conforming processors MUST produce errors when non-conforming ' +
15+
'documents are consumed.', function() {
16+
this.test.link = 'https://w3c.github.io/vc-di-ecdsa/#:~:text=Conforming%20processors%20MUST%20produce%20errors%20when%20non%2Dconforming%20documents%20are%20consumed.';
17+
});
18+
});

0 commit comments

Comments
 (0)