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
Describe the bug expect(recieved).toBe(expected) !== object is equality
To Reproduce Go to RegEx: REGEXP_OL_LIST
REGEXP_OL_LIST
Expected result expect(recieved).toBe(expected) === object is equality
Actual result expect(recieved).toBe(expected) !== object is equality https://github.com/LLazyEmail/markdown-regex/blob/main/tests/ol-list/ol-list.test.js
The text was updated successfully, but these errors were encountered:
this one looks fine in my opinion. does it pass the test or not? if this test is failing, maybe something wrong with our setup...
Sorry, something went wrong.
May I should delete my fork and take it one more from your repository?
atherdon
Olgalex
No branches or pull requests
Describe the bug
expect(recieved).toBe(expected) !== object is equality
To Reproduce
Go to RegEx:
REGEXP_OL_LIST
Expected result
expect(recieved).toBe(expected) === object is equality
Actual result
expect(recieved).toBe(expected) !== object is equality
https://github.com/LLazyEmail/markdown-regex/blob/main/tests/ol-list/ol-list.test.js
The text was updated successfully, but these errors were encountered: