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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
After testing out the implementation and comparing it to the current version, tincan will not be using Deno's test steps.
Deno's test steps are not meant to be used like jest suites. When a test step fails, the reported failure at the bottom is only the top level Deno.test's headline.
The current tincan treats every it node as a Deno.test case. It uses the full hierarchy as the test headline, it's much more readable and debugging is easier.
Side-by-side Comparison:
Deno's Test Steps
Tincan
The branch is still available at use-test-steps for the meantime.
gcaptn
changed the title
Use Deno's test.step API
Use Deno's test steps
Jan 26, 2022
https://deno.land/manual@v1.18.0/testing#test-steps
The text was updated successfully, but these errors were encountered: