mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
skip tests
Former-commit-id: e3629137163458a4d044207546421fd684fe2324 [formerly 78705ca073]
Former-commit-id: e3294d86e46a84c284cf07aa7dc17cb79af5bb3e
This commit is contained in:
@@ -40,7 +40,7 @@ describe("NRln", () => {
|
||||
|
||||
expect(typeof witness).toBe("object")
|
||||
})
|
||||
it("Generate nrln proof and verify it", async () => {
|
||||
it.skip("Generate nrln proof and verify it", async () => {
|
||||
/**
|
||||
* Compiled NRln circuits are needed to run this test so it's being skipped in hooks
|
||||
*/
|
||||
|
||||
@@ -36,7 +36,7 @@ describe("Rln", () => {
|
||||
|
||||
expect(typeof witness).toBe("object")
|
||||
})
|
||||
it("Generate rln proof and verify it", async () => {
|
||||
it.skip("Generate rln proof and verify it", async () => {
|
||||
/**
|
||||
* Compiled RLN circuits are needed to run this test so it's being skipped in hooks
|
||||
*/
|
||||
|
||||
@@ -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