hardhat
hardhat copied to clipboard
support hardhat test --parallel : run different anvil node for each test-file?
right now all test files seems to share the same anvil node so there is a problem of a "nonce has already been used".
"nonce has already been used","code":"NONCE_EXPIRED"
hardhat node doesn't have this kind of a problem.