-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Tests: update file-search tests #9674
Tests: update file-search tests #9674
Conversation
333c266
to
21c933f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me and the tests pass 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@OmarSdt-EC do you mind rebasing the pull-request against the latest master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well 👍
447eb78
to
b00b535
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updates following the monaco upgrade look fine to me, I only have a minor suggestion.
b00b535
to
6170b58
Compare
The commit updates the `file-search` api-tests (integration) by testing the following: - verify `fileAndRange` property by default, and once a search is performed. - verify that `splitFilterAndRange` successfully handles different input value combinations.
6170b58
to
c58e16c
Compare
What it does
The commit updates the
file-search
api-tests (integration) by testing the following:fileAndRange
property by default, and once a search is performed.splitFilterAndRange
successfully handles different input value combinations.How to test
The CI should be green and the new tests should be executed.
You can also manually run the tests with
yarn test
in theexamples/browser
directory.Review checklist
Reminder for reviewers