hardhat
hardhat copied to clipboard
Describe.only does nothing...
Hi! I have a few test files in my project, and I would like to run only a single file.
I have seen others recommend to write "describe.only" in a test file to run only that describe block.
However, all my test files are run when I add this.
This is a bug because it should run ONLY the describe block marked with the .only but it incorrectly runs all describe blocks in all files.
This issue is also being tracked on Linear.
We use Linear to manage our development process, but we keep the conversations on Github.
LINEAR-ID: 91b95802-b9fe-4f4f-8c36-d9e778027813
@JimLynchCodes can you provide reproduction steps? This works for me.
Closing for lack of reproduction steps.