How to debug run test script? #173
Unanswered
code-brewer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey @code-brewer, the Rinkeby network is deprecated. You should use Goerli or Sepolia instead. Also, you might want to post your question in the Hardhat Discord server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
I am trying to debug run test script(written in typescript as this template used) by command:
npx --node-options=--inspect hardhat test --network rinkeby
but it did not stop at startup and
debugger
statement.Can your guys guide me how to do this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions