Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Ethereum Hardhat Testing on sepolia testnet ,it could not stop #189

Open
liuhuxian opened this issue Apr 11, 2024 · 1 comment
Open

Ethereum Hardhat Testing on sepolia testnet ,it could not stop #189

liuhuxian opened this issue Apr 11, 2024 · 1 comment

Comments

@liuhuxian
Copy link

hi,I am running my test code in the hardhat environment.

my test code is like this

describe("[TEST]FundMe Contract", async () => {
    it("testing", async () => {
        console.log(`hello`);
    });

    console.log(`iamhere`);
});

when I run the following script,
yarn hardhat test

I get the right result

$ /home/tigerjoe/hh-fcc/hardhat-fundme/node_modules/.bin/hardhat test
iamhere

  [TEST]FundMe Contract
hello
    ✔ testing

but when I test my code on sepolia testnet with following script
yarn hardhat test --network sepolia
the script just could not stop with the following out put

iamhere

  [TEST]FundMe Contract
hello

it seems stuck in somewhere i dont know.

please give me some hint what should i do to solve this problem

@PatrickAlphaC
Copy link
Owner

gm gm! Sorry on my delay, I'm likely going to be archiving these repos soon in favor of using Cyfrin Updraft

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants