File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "run" : " truffle run syntest-solidity" ,
8- "run-standalone" : " syntest-solidity"
8+ "run-standalone" : " syntest-solidity" ,
9+ "coverage" : " truffle run coverage"
910 },
1011 "homepage" : " https://github.com/syntest-framework/syntest-solidity-benchmark" ,
1112 "repository" : {
1516 "author" : " " ,
1617 "license" : " MIT" ,
1718 "dependencies" : {
19+ "solidity-coverage" : " ^0.7.16" ,
1820 "syntest-solidity" : " file:../syntest-solidity"
1921 },
2022 "devDependencies" : {}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ module.exports = {
1717 // network_id: "*"
1818 // }
1919 // },
20- //
21-
22- plugins : [ "syntest-solidity" ]
20+ test_directory : "syntest/tests" ,
21+ plugins : [ "syntest-solidity" , "solidity-coverage" ]
2322} ;
You can’t perform that action at this time.
0 commit comments