You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will test all solidity contracts that are contained in the contracts folder that you should specify. It will run for 10 seconds.
83
+
This will test all solidity contracts that are contained in the contracts folder. It will run for 10 seconds.
84
+
85
+
> Note that currently the contracts folder has to be named "contracts" for the tool to work. This will be solved in a later version.
94
86
95
87
Syntest-Solidity is highly configurable and supports a bunch of options and arguments, all of them can be found by providing the `--help` option or `-h` for short. Another way of configuring the tool is by putting a .syntest.js file in the root of your project. The file should have the following structure:
0 commit comments