mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
use parseCertificate instead of parseDsc
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user