Lesson 9 error in testing in script #2708
-
`const { assert, expect } = require("chai") const { developmentChain, networkConfig } = require("../../helper-hardhat-config.js") !developmentChain.includes(network.name)
` 0 passing (3s)
But the code is ok for me , help pls about this |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
Hey @soumalya340 make sure your |
Beta Was this translation helpful? Give feedback.
-
Push to GitHub. |
Beta Was this translation helpful? Give feedback.
-
@soumalya340 I think it should be
in your raffle.sol contract. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/soumalya340/HARDHAT_LOTTERY_TEST This is my code repo |
Beta Was this translation helpful? Give feedback.
@soumalya340 I think it should be
in your raffle.sol contract.