Skip to content

Commit

Permalink
Use main branch for reporter and add templateData option.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 6, 2023
1 parent d31aa29 commit f9c1f69
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 API Issuer Interoperability Report 1.0\",abstract=\"$PWD/abstract.hbs\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",templateData=\"$PWD/reports/index.json\",title=\"VC API Issuer Interoperability Report 1.0\",abstract=\"$PWD/abstract.hbs\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
Expand All @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/w3c-ccg/vc-api-issuer-test-suite#readme",
"dependencies": {
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.4.0",
"@digitalbazaar/mocha-w3c-interop-reporter": "digitalbazaar/mocha-w3c-interop-reporter",
"chai": "^4.3.6",
"klona": "^2.0.5",
"mocha": "^10.0.0",
Expand Down

0 comments on commit f9c1f69

Please sign in to comment.