Skip to content

Commit f07400e

Browse files
committed
Improve error output in the console.
1 parent 439a020 commit f07400e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/setup.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ import {
1515
issueCredentials
1616
} from './vc-generator/index.js';
1717
import {generators} from 'data-integrity-test-suite-assertion';
18+
import {inspect} from 'util';
1819
import {writeFile} from 'node:fs/promises';
1920

21+
inspect.defaultOptions.depth = null;
22+
2023
export async function verifySetup({credentials, keyTypes, suite}) {
2124
const disclosed = {
2225
//disclosedCredentials

0 commit comments

Comments
 (0)