-
When running test-deploy.js I receive the message:
Code const { ethers } = require("hardhat") // describe("SimpleStorage", () => {})
}) |
Beta Was this translation helpful? Give feedback.
Answered by
krakxn
Jul 4, 2022
Replies: 1 comment 2 replies
-
There is a typo in your code where you declare |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dgbweb3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a typo in your code where you declare
currentValue
(there is a _). Let me know if this helps.