-
|
I faced this problem. how can I do?? This is my staging test: `// run on test network const { getNamedAccounts, deployments, ethers, network } = require("hardhat") developmentChains.includes(network.name) ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Raffle Unit Tests |
Beta Was this translation helpful? Give feedback.
I got it. I add two these lines
const tx = await raffle.enterRaffle({ value: raffleEntranceFee })
await tx.wait(1)