Skip to content

Commit

Permalink
Fix test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Jun 8, 2022
1 parent 31946dc commit 9dd1d7b
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 body=\"$PWD/body.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",title=\"Status List 2021 Interoperability Report 1.0\",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\",title=\"Status List 2021 Interoperability Report 1.0\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"lint": "eslint .",
"generate-vcs": "node vc-generator"
},
Expand Down

0 comments on commit 9dd1d7b

Please sign in to comment.