Replies: 1 comment 5 replies
-
Hello @armontej I totally understand your confusion cause i've been there before. The official hardhat docs, is a very good recommendation if you are looking to start writing tests, do check it out here After doing that, like they say, the best way to learn to code is to write codes. Get a simple contract, like a storage contract that just stores and retrieve funds, and try to write tests to confirm that the variable is initially 0, and the storing and retrieving works. From there, advance to a more harder contract, and you'd pick up testing in no time🙂 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like how Patrick pushes us to try to create our own test in the course, but I have a hard time figureing where to start or how to even create my own test. For example when trying to create test for lesson 14 with the randomIpfNft.test.js. Can anyone point in the direction of some material that could help me better understand how to do this.
Beta Was this translation helpful? Give feedback.
All reactions