skip tests that require compiled circuits

Former-commit-id: 09f81fc13f5fd3ec2b6ef8fa278a23a20de7c0fc [formerly faf535d093]
Former-commit-id: 6f8717fad7bf4cbc1e8cc62328c88a93f7451959
This commit is contained in:
Andrija Novakovic
2021-10-25 15:10:59 +02:00
parent ae5599d653
commit b431fe3c57
2 changed files with 2 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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
*/