Skip to content

Commit

Permalink
Export templateData using reporter ^1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 10, 2023
1 parent 922683f commit 3534674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"type": "module",
"scripts": {
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",title=\"VC v2.0 Interoperability Report\",abstract=\"$PWD/abstract.hbs\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",suiteLog='./suite.log',templateData=\"$PWD/reports/index.json\",title=\"VC v2.0 Interoperability Report\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"@digitalbazaar/data-integrity-context": "^1.0.0",
"@digitalbazaar/ed25519-multikey": "^1.0.1",
"@digitalbazaar/eddsa-2022-cryptosuite": "^1.0.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.3.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.5.0",
"@digitalbazaar/vc": "github:digitalbazaar/vc#update-vc-2.0",
"bnid": "^3.0.0",
"chai": "^4.3.6",
Expand Down

0 comments on commit 3534674

Please sign in to comment.