-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the [do…
-
**Describe the bug**
With version 0.9.79, there is something broken related to default exports, as I'm receiving this message in the console that breaks everything in my app:
`The requested module '…
-
### Check existing issues
- [X] I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered.
### Describe the bug
I see this check in wagmi's default `s…
-
**Is your feature request related to a problem? Please describe.**
I need to write a test that verifies if 2 pmetric.Metrics instances are logically equal (deep equality), including any contained p…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
### Current behavior:
Cypress does not show enough information to know what is the difference when deep comparing complex objects.
**Example:**
```js
cy
.wrap({ foo1: { bar: { foo1: {…
-
chai-as-promised: v7.1.1
node: v8.9.4
When I do something as such: `doSomethingAsync().should.eventually.deep.eql(8)` an error is asserted normally if `8` is a wrong value. However, if i write `…
-
I posted this @chai and they told me its a postman issue:
https://github.com/chaijs/chai/issues/1247
I compare two objects with the eql / deep.equal assertion, and they are not equal.
At the mome…
-
SyntaxError: The requested module '/node_modules/fast-deep-equal/index.js?v=a5375b6a' does not provide an export named 'default'
-
```
chai.expect(new Map([['a','a']])).to.deep.equal(new Map([['a','b']]))
// AssertionError: expected {} to deeply equal {}
chai.expect([['a','a']]).to.deep.equal([['a','b']])
// AssertionError: e…