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
This test fail
describe('Having an array of Symbols', () => { const elementA = Symbol('A') const elementB = Symbol('B') it('toEqual should match', () => { expect([elementA, elementB]).toEqual([elementA, elementB]) }) }
The text was updated successfully, but these errors were encountered:
Can you include the failure message?
Sorry, something went wrong.
inspect-js/is-equal@585b1f7
As soon as travis-ci completes, I'll publish v1.5.5 of is-equal which will fix this for expect users on the next npm install after that.
is-equal
expect
npm install
[Fix] remove early failure for stringified arrays, to handle Symbols …
9da5c0e
…in arrays. Fixes mjackson/expect#194
ljharb
No branches or pull requests
This test fail
The text was updated successfully, but these errors were encountered: