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

chore(test/rule-matches): var -> const & let #4497

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

gaiety-deque
Copy link
Contributor

For test/rule-matches

Smaller part of the full vision: #4444

@gaiety-deque gaiety-deque marked this pull request as ready for review June 7, 2024 16:40
@gaiety-deque gaiety-deque requested a review from a team as a code owner June 7, 2024 16:40
Copy link
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

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

You have an accidental revert in here.

assert.isTrue(rule.matches(node, virtualNode));
}
);
});
});

describe('aside should not match when scoped to a sectioning content element unless it has an accessible name', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, just tried to fix this by checking out the version from develop and making the updates again manually

@WilcoFiers WilcoFiers changed the title style(test/rule-matches): var -> const & let chore(test/rule-matches): var -> const & let Jun 17, 2024
@WilcoFiers WilcoFiers merged commit 50e7c23 into develop Jun 17, 2024
22 checks passed
@WilcoFiers WilcoFiers deleted the var-to-let-testrulematches branch June 17, 2024 11:09
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.

2 participants