Skip to content

Commit f7252f1

Browse files
committed
Conformance suite returns mocha Suite.
1 parent 6c5e4e3 commit f7252f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/conformance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function conformanceSuite({
2121
selectivePointers,
2222
setup = _setup
2323
}) {
24-
describe(`${suiteName} - Conformance - VC ${vcVersion}`, function() {
24+
return describe(`${suiteName} - Conformance - VC ${vcVersion}`, function() {
2525
this.matrix = true;
2626
this.report = true;
2727
this.implemented = [...verifiers];

0 commit comments

Comments
 (0)