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: descriptive name for test from checks lib #138

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

itssubhodiproy
Copy link
Contributor

@itssubhodiproy itssubhodiproy commented Mar 21, 2024

fixes winglang/wing#5109

for this code

bring checks;

new checks.Check(inflight () => {}) as "one";
new checks.Check(inflight () => {}) as "two";

test "test name example" {}

now it look like this

image

checks/check.w Outdated Show resolved Hide resolved
checks/check.w Show resolved Hide resolved
Copy link

mergify bot commented Mar 26, 2024

Thanks for contributing, @subh-cs! This PR will now be added to the merge queue, or immediately merged if better-test-name is up-to-date with main and the queue is empty.

mergify bot added a commit that referenced this pull request Mar 26, 2024
mergify bot added a commit that referenced this pull request Mar 26, 2024
@mergify mergify bot merged commit 1afd979 into winglang:main Mar 26, 2024
6 checks passed
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 from checks should have a descriptive name
2 participants