We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
schema
toMatchGraphObjectSchema
When developers don't provide additional schema to toMatchGraphObjectSchema, the interface can confuse developers or reviewers:
expect(result).toMatchGraphObjectSchema({ _class: ['DomainZone'], schema: {}, });
Making schema optional will remove some ambiguity from above.
The text was updated successfully, but these errors were encountered:
Merge pull request #334 from JupiterOne/333-jest-matcher-optional-schema
9f35129
Fixes #333 & #296: Jest matcher optional `schema`
Successfully merging a pull request may close this issue.
When developers don't provide additional schema to
toMatchGraphObjectSchema
, the interface can confuse developers or reviewers:Making schema optional will remove some ambiguity from above.
The text was updated successfully, but these errors were encountered: