mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-28 07:15:50 +00:00
6 lines
244 B
YAML
6 lines
244 B
YAML
# configure Echidna fuzzing tests
|
|
|
|
testMode: "assertion" # check that solidity asserts are never triggered
|
|
multi-abi: true # allow calls to e.g. TestToken in test scenarios
|
|
format: "text" # disable interactive ui
|