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
Copy file name to clipboardExpand all lines: docs/tutorials/marketpulse/test.md
+14-16Lines changed: 14 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,26 @@
1
1
---
2
2
title: Test the contract
3
3
dependencies:
4
-
viem: 0
4
+
viem: 2.41.2
5
+
hardhat: 3.0.17
5
6
---
6
7
7
8
With blockchain development, testing is very important because you don't have the luxury to redeploy application updates as it. Hardhat provides you smart contract helpers on `chai` Testing framework to do so.
8
9
9
-
1. Rename the default `./test/Lock.ts` test file to `./test/Marketpulse.ts`:
10
+
1. Rename the default `./test/Counter.ts` test file to `./test/Marketpulse.ts`:
0 commit comments