Skip to content

Commit

Permalink
Add spec checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 17, 2024
1 parent aa3996d commit dfe53f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"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 v2.0 Interoperability Report\" --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
"lint": "eslint .",
"checkSpec": "npx specText check --specUrl https://w3c.github.io/vc-data-model/ --suiteLog ./suite.log "
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,6 +49,7 @@
"vc-test-suite-implementations": "github:w3c/vc-test-suite-implementations"
},
"devDependencies": {
"data-integrity-test-suite-assertion": "github:w3c-ccg/data-integrity-test-suite-assertion#add-spec-text-checker",
"eslint": "^8.19.0",
"eslint-config-digitalbazaar": "^4.0.1",
"eslint-plugin-jsdoc": "^39.3.3",
Expand Down

0 comments on commit dfe53f6

Please sign in to comment.