Add CI test script to package.json

This commit is contained in:
rugk
2024-05-04 13:12:23 +02:00
committed by GitHub
parent 91957838be
commit 8443d3e397
+2 -1
View File
@@ -15,7 +15,8 @@
"@peculiar/webcrypto": "^1.1.1"
},
"scripts": {
"test": "mocha"
"test": "mocha",
"ci-test": "mocha --reporter-option output=mocha-results.xml"
},
"repository": {
"type": "git",