|
for (const { spec, contract, files, options = [] } of Object.values(specs)) {
|
|
for (const { spec, contract, files, options = [] } of Object.values(specs)) {
|
|
limit(runCertora, spec, contract, files, [...options.flatMap(opt => opt.split(' ')), ...extraOptions]);
|
|
limit(runCertora, spec, contract, files, [...options.flatMap(opt => opt.split(' ')), ...extraOptions]);
|