Skip to content

Commit

Permalink
Fix report title in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat authored Aug 13, 2024
1 parent d2fc147 commit 4914b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "/tests",
"type": "module",
"scripts": {
"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 Bitstring List Interoperability Report 1.0\" --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 Bitstring Status List Interoperability Report 1.0\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
},
"repository": {
Expand Down

0 comments on commit 4914b41

Please sign in to comment.