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

how to match pointers/references? #149

Closed
allan-bonadio opened this issue May 21, 2022 · 1 comment
Closed

how to match pointers/references? #149

allan-bonadio opened this issue May 21, 2022 · 1 comment

Comments

@allan-bonadio
Copy link

I have code that has linked lists. I have to test to see if that pointer points to this object. Just a simple === comparison. Instead, I've been using toEqual(), which is tedious, especially since there's some circular loops in my pointers. I would think there's a matcher for this simple situation, but I wasn't able to find any. What am I missing? Do I have to make a custom matcher?

@sgravrock
Copy link
Member

The toBe matcher does a === comparison.

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

2 participants