Skip to content

Commit

Permalink
Comment it2 for clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 9, 2024
1 parent eda2a3b commit cf9df3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ describe('Verifiable Credentials Data Model v2.0', function() {
const endpoints = new TestEndpoints({implementation, tag: vcApiTag});
function it2(title, fn) {
it(title, async function() {
// append test meta data to the it/test this.
this.test.cell = {
columnId: name,
rowId: this.test.title
};
// apply the test's this to the function that runs the test
await fn.apply(this, arguments);
});
}
Expand Down

0 comments on commit cf9df3f

Please sign in to comment.