mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
skip tests that require compiled circuits
Former-commit-id: 09f81fc13f5fd3ec2b6ef8fa278a23a20de7c0fc [formerly faf535d093]
Former-commit-id: 6f8717fad7bf4cbc1e8cc62328c88a93f7451959
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"tsc": "npx tsc src/index.ts",
|
||||
"build": "rimraf dist && rollup -c rollup.config.ts",
|
||||
"proof": "ts-node src/new.ts"
|
||||
"build": "rimraf dist && rollup -c rollup.config.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
|
||||
@@ -36,7 +36,7 @@ describe("Semaphore", () => {
|
||||
|
||||
expect(typeof witness).toBe("object")
|
||||
})
|
||||
it("Should generate semaphore full proof", async () => {
|
||||
it.skip("Should generate semaphore full proof", async () => {
|
||||
/**
|
||||
* Compiled semaphore circuits are needed to run this test, so it's being skipped in hooks
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user