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

feat: deno test --filter #4570

Merged
merged 6 commits into from
Apr 2, 2020
Merged

feat: deno test --filter #4570

merged 6 commits into from
Apr 2, 2020

Conversation

ry
Copy link
Member

@ry ry commented Apr 1, 2020

No description provided.

@ry ry requested a review from bartlomieju April 1, 2020 21:49
Comment on lines +75 to +79
let options = if let Some(filter) = filter {
json!({ "failFast": fail_fast, "filter": filter })
} else {
json!({ "failFast": fail_fast })
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIOLI: skip argument could be handled as well

@ry ry merged commit c738797 into denoland:master Apr 2, 2020
@David-Else
Copy link

Are there some docs for this?

@ry
Copy link
Member Author

ry commented Apr 2, 2020

@David-Else kind of.. deno help test

@ry ry deleted the test_filter branch April 2, 2020 17:34
@David-Else
Copy link

Will have to await the next release :)

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.

None yet

3 participants