diff --git a/packages/protocols/package.json b/packages/protocols/package.json index a47dfe6..92ec670 100644 --- a/packages/protocols/package.json +++ b/packages/protocols/package.json @@ -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": { diff --git a/packages/protocols/tests/semaphore.test.ts b/packages/protocols/tests/semaphore.test.ts index 1e2d63f..bf7c6a0 100644 --- a/packages/protocols/tests/semaphore.test.ts +++ b/packages/protocols/tests/semaphore.test.ts @@ -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 */