deps and sanitycheck in tester

This commit is contained in:
Jordi Baylina
2020-03-26 18:40:52 +01:00
parent b9b384681b
commit 825f31b420
3 changed files with 6 additions and 7 deletions

View File

@@ -55,9 +55,8 @@ class WasmTester {
await this.dir.cleanup();
}
async calculateWitness(input) {
return await this.witnessCalculator.calculateWitness(input);
async calculateWitness(input, sanityCheck) {
return await this.witnessCalculator.calculateWitness(input, sanityCheck);
}
async loadSymbols() {