I would like to contribute by improving the test suite for YourContract.sol which is packages/hardhat/test/YourContract.ts. Currently, the tests miss critical functions like withdraw() and premium. I plan to refactor the suite to use the Hardhat loadFixture pattern for better isolation and performance, and add test cases for all state changes and events.
I would like to contribute by improving the test suite for
YourContract.solwhich ispackages/hardhat/test/YourContract.ts. Currently, the tests miss critical functions likewithdraw()andpremium. I plan to refactor the suite to use the HardhatloadFixturepattern for better isolation and performance, and add test cases for all state changes and events.