-
``` javascript
expect({
a: Symbol('test'),
b: 'bar',
}).to.deep.equal({
a: 'foo',
b: 'bar',
})
```
**Fails but does not show the diff.**
If `Symbol('test')` is…
-
loaded in hpg:
![Image](https://github.com/user-attachments/assets/ee47254f-f924-4405-9b0b-bd0436483074)
Build both M1 architecture and AMD OMOPONFHIR docker image and container. And I have already v…
-
I remember that when talking about ChaiScript performance the dynamic overload resolution was mentioned as a bottleneck, and how caching it would be cool but unfeasible seeing how stuff can be invalid…
-
`sinon-chai` should set `showDiff` flag for `AssertionError` to make available to show the diff in `walaby.js` for.
See also [walaby.js issue](http://github.com/wallabyjs/public/issues/186#issuecom…
-
### Describe the bug
Vitest ignores the `cause` property whenever performing any equality on `Error` instances.
### Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-fq9xyu?file=test%2Fbas…
-
error in ./node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js
Module parse failed: Unexpected token (237:37)
You may need an appropriate loader to handle this file type, currently no load…
-
Assume we have object:
``` js
var obj = { a: 1, b: 2, c: 3, d: 4, e: 5, f: 6, foo: 27, bar: 28 }
```
We need to ensure the object has `a b c d e f`. So I used:
``` js
obj.must.have.keys(['a', 'b', …
-
I noticed that when I run tests with hardhat-watcher on local hardhat network if I spam tests, signers' balances don't reset and I get weird bugs where they don't have enough funds because they used t…
-
- [ ] Update enqueue() signature to take title and payload
1. Define payload as an object with properties
1. method (the method on the driver to call. Defaults to send)
1. sendOptions (an object us…
-
The types for `.equalBytes` are:
```js
equalBytes(bytes: string | ArrayLike): Assertion;
```
I was writing a test that ensures marshalling/unmarshalling works as expected. The object being ma…