Skip to content

Commit

Permalink
Group remaining tests into Advanced section.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Jun 10, 2024
1 parent a39bb56 commit 5f6015f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,18 @@ describe('Status', function() {
await assert.rejects(endpoints.verifyVp(require(
'./input/presentation-derived-vc-missing-required-type-fail.json')));
});
});
}
});

// 5. Advanced Concepts https://w3c.github.io/vc-data-model/#advanced-concepts
describe('Advanced', function() {
setupMatrix.call(this);
for(const [name, implementation] of match) {
const endpoints = new TestEndpoints({implementation, tag});

describe(name, function() {
beforeEach(addPerTestMetadata);

// Advanced
it('JSON-LD-based processors MUST produce an error when a ' +
Expand Down

0 comments on commit 5f6015f

Please sign in to comment.