Skip to content

Commit

Permalink
set recompile try in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Apr 17, 2024
1 parent 88be537 commit 04332da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/tests/twitter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Twitter email test", function () {
circuit = await wasm_tester(path.join(__dirname, "../src/twitter.circom"), {
// NOTE: We are running tests against pre-compiled circuit in the below path
// You need to manually compile when changes are made to circuit if `recompile` is set to `false`.
recompile: false,
recompile: true,
output: path.join(__dirname, "../build/twitter"),
include: [path.join(__dirname, "../node_modules"), path.join(__dirname, "../../../node_modules")],
});
Expand Down

0 comments on commit 04332da

Please sign in to comment.