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

assert.match passes for unknown properties if the value is undefined #199

Open
mantoni opened this issue Mar 17, 2020 · 0 comments
Open

Comments

@mantoni
Copy link
Member

mantoni commented Mar 17, 2020

This should fail, but is passes:

assert.match({}, { unknown: undefined });
@mantoni mantoni changed the title assert.match passes for unkonwn object values if the value is undefined assert.match passes for unkonwn properties if the value is undefined Mar 17, 2020
@mantoni mantoni changed the title assert.match passes for unkonwn properties if the value is undefined assert.match passes for unknown properties if the value is undefined Mar 17, 2020
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

No branches or pull requests

1 participant