Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running all tests not working any more #17

Closed
assafom opened this issue Jan 14, 2022 · 1 comment
Closed

Running all tests not working any more #17

assafom opened this issue Jan 14, 2022 · 1 comment

Comments

@assafom
Copy link
Contributor

assafom commented Jan 14, 2022

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.

sydneyitguy added a commit that referenced this issue Jan 15, 2022
@sydneyitguy
Copy link
Member

I accidentally pushed a test code with it.only.
Just removed the code so it should be fine now

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

No branches or pull requests

2 participants