Skip to content

Commit 55738b4

Browse files
committed
remove test package function
Signed-off-by: PatStLouis <[email protected]>
1 parent 564d7e1 commit 55738b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"type": "module",
1010
"scripts": {
1111
"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",
12-
"lint": "eslint .",
13-
"test-issuance": "node test.mjs"
12+
"lint": "eslint ."
1413
},
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)