-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
expect(recieved).toBe(expected) !== object is equality
To Reproduce
Go to RegEx: REGEXP_EMPTY_BLOCKQUOTE
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/empty-blockqoute/empty-blockquote.test.js
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working