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
Currently, some of our test are still running with Hardhat as the testing tool. However, we have decided to transition to Foundry for testing purposes. This change will require updating the existing test scripts and ensuring that they continue to pass with the new tool.
Proposed Solution:
Update the test scripts to use foundry instead of Hardhat.
Execute the test suite to ensure that all tests are passing with Foundry.
Make necessary changes to any failed tests to ensure they pass with the new tool.
Update documentation to reflect the new testing tool.
Expected outcome
The transition from Hardhat to Foundry should be smooth and should not affect the functionality of the system. The new test tool should provide more flexibility and better support for testing our application.
The text was updated successfully, but these errors were encountered:
Context
Currently, some of our test are still running with Hardhat as the testing tool. However, we have decided to transition to Foundry for testing purposes. This change will require updating the existing test scripts and ensuring that they continue to pass with the new tool.
Proposed Solution:
Expected outcome
The transition from Hardhat to Foundry should be smooth and should not affect the functionality of the system. The new test tool should provide more flexibility and better support for testing our application.
The text was updated successfully, but these errors were encountered: