Skip to content

Commit

Permalink
Run gnark-prover in "inclusion" mode in stateless.js & compressed-tok…
Browse files Browse the repository at this point in the history
…en ts tests.
  • Loading branch information
sergeytimoshin committed Apr 2, 2024
1 parent c0bd8ad commit eeb29a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/compressed-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test-all": "vitest run",
"test:unit:all": "EXCLUDE_E2E=true vitest run",
"test-all:verbose": "vitest run --reporter=verbose",
"gnark-prover": "../../circuit-lib/circuit-lib.js/scripts/prover.sh",
"gnark-prover": "../../circuit-lib/circuit-lib.js/scripts/prover.sh inclusion",
"test-validator": "./../../cli/test_bin/run test-validator",
"pretest:e2e": "./../../cli/test_bin/run test-validator -b && pnpm gnark-prover",
"test:e2e:create-mint": "pnpm pretest:e2e && vitest run tests/e2e/create-mint.test.ts",
Expand Down
2 changes: 1 addition & 1 deletion js/stateless.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test-all": "vitest run",
"test:unit:all": "EXCLUDE_E2E=true vitest run",
"test-validator": "./../../cli/test_bin/run test-validator",
"gnark-prover": "../../circuit-lib/circuit-lib.js/scripts/prover.sh",
"gnark-prover": "../../circuit-lib/circuit-lib.js/scripts/prover.sh inclusion",
"pretest:e2e": "./../../cli/test_bin/run test-validator -b && pnpm gnark-prover",
"test:e2e:transfer": "pnpm pretest:e2e && vitest run tests/e2e/transfer.test.ts",
"test:e2e:compress": "pnpm pretest:e2e && vitest run tests/e2e/compress.test.ts",
Expand Down

0 comments on commit eeb29a9

Please sign in to comment.