Skip to content

Commit 3662260

Browse files
committed
Export templateData using reporter ^1.5.0.
1 parent eeb7afa commit 3662260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "/tests",
66
"type": "module",
77
"scripts": {
8-
"test": "mocha tests --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",title=\"Status List 2021 Interoperability Report 1.0\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
8+
"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=\"Status List 2021 Interoperability Report 1.0\" --timeout 15000 --preserve-symlinks",
99
"lint": "eslint ."
1010
},
1111
"repository": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@digitalbazaar/http-client": "^3.3.0",
32-
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.4.0",
32+
"@digitalbazaar/mocha-w3c-interop-reporter": "^1.5.0",
3333
"@digitalbazaar/vc-status-list": "^7.0.0",
3434
"@digitalbazaar/vc-status-list-context": "^3.0.1",
3535
"@digitalcredentials/did-context": "^1.0.0",

0 commit comments

Comments
 (0)