You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like running npx hardhat test doesn't run all the tests anymore, but just one -
Contract: DixelArt
generate NFT
✓ should revert tokenURI in JSON format generation if tokenId has not been minted yet
Dunno if I'm missing something. Running Dixel.test.js manually is working, but running DixelArt.test.js manually or just general hardhat test just runs that one test. So far I haven't found the cause for the problem.
The text was updated successfully, but these errors were encountered:
Looks like running
npx hardhat test
doesn't run all the tests anymore, but just one -Dunno if I'm missing something. Running Dixel.test.js manually is working, but running DixelArt.test.js manually or just general
hardhat test
just runs that one test. So far I haven't found the cause for the problem.The text was updated successfully, but these errors were encountered: