Describe the bug
expect (received).toBe(expected) !== object is equality
To Reproduce
Go to RegEx: REGEXP_BR
Expected result
expect (received).toBe(expected) === object is equality
Actual result
expect (received).toBe(expected) !== object is equality
https://github.com/LLazyEmail/markdown-regex/blob/main/tests/br/br.test.js
Describe the bug
expect (received).toBe(expected) !== object is equality
To Reproduce
Go to
RegEx: REGEXP_BRExpected result
expect (received).toBe(expected) === object is equality
Actual result
expect (received).toBe(expected) !== object is equality
https://github.com/LLazyEmail/markdown-regex/blob/main/tests/br/br.test.js