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

fix(bun-test): test title in results #1753

Merged
merged 4 commits into from Jan 12, 2023

Conversation

ethanburrell
Copy link
Contributor

This PR fixes #1533.

Instead of printing just the test name in a test success or failure, bun-test will now print the full path of scopes for the test.

Previously:

✓ inner most describe 1 > first

Now:

✓ outer most describe > mid describe 1 > inner most describe 1 > first

@ethanburrell ethanburrell changed the title fi(bun-test): test title in results fix(bun-test): test title in results Jan 10, 2023
@Jarred-Sumner Jarred-Sumner merged commit 76e6a17 into oven-sh:main Jan 12, 2023
@Jarred-Sumner
Copy link
Collaborator

Thank you

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

Successfully merging this pull request may close these issues.

Test title only shows the last describe block
2 participants