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 6c5e4e3 commit f7252f1Copy full SHA for f7252f1
tests/suites/conformance.js
@@ -21,7 +21,7 @@ export function conformanceSuite({
21
selectivePointers,
22
setup = _setup
23
}) {
24
- describe(`${suiteName} - Conformance - VC ${vcVersion}`, function() {
+ return describe(`${suiteName} - Conformance - VC ${vcVersion}`, function() {
25
this.matrix = true;
26
this.report = true;
27
this.implemented = [...verifiers];
0 commit comments