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

Fix/100 matcher includes no working #213

Closed

Conversation

olcortesb
Copy link

PR for issue: #100

Descriptions

  • Add manage of reference to snapshot in includes trow 'return'
  • Add test for known cases

Documentations

  • If the solution is implemented , I should update the documentation

@ASaiAnudeep
Copy link
Member

Seems the solution doesn't work when includes is used inside a nested object.

.expectJsonSnapshot({
  name: {
    first: includes('return body.name')
  }
});

I would like to explore other possible ways to tackle this problem.

@olcortesb
Copy link
Author

Seems the solution doesn't work when includes is used inside a nested object.

.expectJsonSnapshot({
  name: {
    first: includes('return body.name')
  }
});

I would like to explore other possible ways to tackle this problem.

Yes, is true, doesn't work, I close this Pull Request.

@olcortesb olcortesb closed this Oct 1, 2022
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