-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add matchesSelector()
assertions
#208
Conversation
Done with it again (for now). I am unsure if the new redundancy in the assertions.ts file is warranted (doesNotMatchSelector and matchesSelector have a lot in common there), but it works and is easy to understand I hope. Still happy to continue working on it. Thanks for patience. |
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.
nice work, I think this is going in the right direction! 👍
@Turbo87 I hope this is more what you wanted. I am seemingly unable to resolve the merge conflict in this PR myself (it is not clear that I can do something about it from the page the button leads to, but then, I cannot write to your repository). Ah, and happy new year. |
5b350b5
to
cc5aa16
Compare
Hah, persistence wins. ☺ @Turbo87 I used prettier in this way after merging (the newly updated) master: prettier --config .prettierrc.js --write lib/**/*.ts I figured this out myself and could not find instructions within the project (are there any?), and therefore recommend amending the CONTRIBUTING section the the README.md file accordingly. |
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.
👏
matchesSelector()
assertions
working at #206 please comment