diff --git a/.gitignore b/.gitignore index 7ce7152..764252f 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ cache # Other benchmarks/results +zkeyFiles diff --git a/packages/protocols/tests/rln.test.ts b/packages/protocols/tests/rln.test.ts index 6ce5fd2..637df14 100644 --- a/packages/protocols/tests/rln.test.ts +++ b/packages/protocols/tests/rln.test.ts @@ -47,6 +47,7 @@ describe("RLN", () => { expect(typeof witness).toBe("object") }) + // eslint-disable-next-line jest/no-disabled-tests it.skip("Should generate rln proof and verify it", async () => { const identity = new ZkIdentity() const secretHash = identity.getSecretHash() diff --git a/packages/protocols/tests/semaphore.test.ts b/packages/protocols/tests/semaphore.test.ts index 3d99961..373a6dc 100644 --- a/packages/protocols/tests/semaphore.test.ts +++ b/packages/protocols/tests/semaphore.test.ts @@ -39,6 +39,7 @@ describe("Semaphore", () => { expect(typeof witness).toBe("object") }) + // eslint-disable-next-line jest/no-disabled-tests it.skip("Should generate Semaphore full proof", async () => { const identity = new ZkIdentity() const identityCommitment = identity.genIdentityCommitment() diff --git a/zkeyFiles.zip.REMOVED.git-id b/packages/protocols/zkeyFiles.zip.REMOVED.git-id similarity index 100% rename from zkeyFiles.zip.REMOVED.git-id rename to packages/protocols/zkeyFiles.zip.REMOVED.git-id