refactor circuits repo, clean circuits tests, implement new certificates scripts, fix all tests from circuits repo

This commit is contained in:
turnoffthiscomputer
2024-07-14 15:44:55 +02:00
parent 6ed8e0d5a1
commit 464f6d21ce
39 changed files with 3031 additions and 1820 deletions

View File

@@ -4,7 +4,7 @@
"author": "",
"license": "MIT",
"scripts": {
"test": "yarn ts-mocha test/**/*.test.ts --exit",
"test": "yarn ts-mocha tests/**/*.test.ts --exit",
"install-circuits": "cd ../common && yarn && cd ../circuits && yarn"
},
"dependencies": {