mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Almost ready for 0.5.0
This commit is contained in:
@@ -56,11 +56,10 @@ describe("basic cases", function () {
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
for (let i=0; i<basicCases.length; i++) {
|
||||
it("wasm " + basicCases[i].name, async () => {
|
||||
await doTest(wasm_tester, basicCases[i].circuit, basicCases[i].tv);
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user