use parseCertificate instead of parseDsc

This commit is contained in:
turnoffthiscomputer
2024-09-14 19:05:11 +02:00
parent 8db93da2f1
commit 4778b20043
22 changed files with 668 additions and 174 deletions

View File

@@ -4,7 +4,7 @@
"author": "",
"license": "MIT",
"scripts": {
"test": "yarn ts-mocha tests/**/*.test.ts --exit",
"test": "yarn ts-mocha 'tests/**/*.test.ts' 'tests/*.test.ts' --exit",
"install-circuits": "cd ../common && yarn && cd ../circuits && yarn",
"format": "prettier --write .",
"lint": "prettier --check ."
@@ -49,4 +49,4 @@
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2"
}
}
}