We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If my codes features Deno.test I can run it easily using the UI using a nice green arrow that pops to the left of it.
Deno.test
The test runs lightning fast and that's cool.
My problem is that I have to move bbd tests because the code became more and more complex, but unfortunately, the green arrow appears no more:
My code has no errors and it runs normally using the CLI or using VS code's debug but I miss the easy click that Deno.test has.
The solution here would be to implement a way so bbd testers could enjoy the same UX as Deno.test users.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi. Seems like a duplicate of #793
Sorry, something went wrong.
No branches or pull requests
If my codes features
Deno.test
I can run it easily using the UI using a nice green arrow that pops to the left of it.The test runs lightning fast and that's cool.
My problem is that I have to move bbd tests because the code became more and more complex, but unfortunately, the green arrow appears no more:
My code has no errors and it runs normally using the CLI or using VS code's debug but I miss the easy click that
Deno.test
has.The solution here would be to implement a way so bbd testers could enjoy the same UX as
Deno.test
users.Thank you!
The text was updated successfully, but these errors were encountered: