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
User feedback in the Private Alpha suggests that users expect to be able to put sol files that are tests under the ./test folder. In Hardhat 2 the ./test folder is used for integration tests.
We should support adding Solidity Test sol file under the ./test folder as well as JS/TS integration tests.
This may be done by include ./tests in the source folder lists by default in our configuration. This needs to be thought through.
TODO
Analysis of what to allow to be configured on testing folders/source folders
Update of configuration
Integration test to cover the setup
The text was updated successfully, but these errors were encountered:
User feedback in the Private Alpha suggests that users expect to be able to put
sol
files that are tests under the./test
folder. In Hardhat 2 the./test
folder is used for integration tests.We should support adding Solidity Test sol file under the
./test
folder as well as JS/TS integration tests.This may be done by include
./tests
in the source folder lists by default in our configuration. This needs to be thought through.TODO
The text was updated successfully, but these errors were encountered: