1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

fix js test runner

This commit is contained in:
schaeff 2022-03-14 19:33:37 +01:00
parent b1b56159b1
commit 7148d854b1

View file

@ -177,7 +177,7 @@ describe("tests", function () {
const source = fs.readFileSync(entryPoint).toString();
const curves = test.curves || ["Bn128"];
const tests = test.tests || [];
const withAbi = test.abi === true;
const withAbi = test.abi !== false;
const fileSystemResolver = (from, to) => {
let parsedPath = path.parse(