fix js test runner
This commit is contained in:
parent
b1b56159b1
commit
7148d854b1
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue