-
### Current behavior
```
expect(el).to.have.focus
```
Reports that focus is missing:
> TS2339: Property 'focus' does not exist on type 'Assertion'.
And yes I have:
```
"typeRoots…
-
The `4.3.7` version added comparison of object properties keyed by `Symbol`, but elsewhere (`deep-eql`) it is already decided that __only enumerable__ symbols, those that were deliberately designated …
-
Hello,
I'm having trouble linking my project to chai because chai wants to pull in cuda_runtime:
```
set_target_properties(chai PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "/home/amklinv/spack/op…
-
Currently, when using chai with `node:test` runners of the latest node v19 releases, the exceptions of expect and such are pretty bad, with no good idea of what actually failed. So considering the exa…
jammi updated
2 months ago
-
# Bug Report
Fresh install. Prisma 5.10.1 (and client). This error prevents the application from starting.
## Description
...\node_modules\@peculiar\asn1-schema\build\cjs\schema.js:17
…
-
In the following example the parser uses the textContent for u-url and u-uid. Based on the u-* parsing rules from http://microformats.org/wiki/microformats2-parsing i was expecting to get the href att…
-
In the readme, this package states that other plugins have to be added after this one, in order to have their property assertions be converted to methods BUT chai-as-promise have to be added first. No…
-
## The devDependency [eslint-plugin-chai-expect](https://github.com/turbo87/eslint-plugin-chai-expect) was updated from `2.0.1` to `2.1.0`.
🚨 [View failing branch](https://github.com/so5/get-ami/com…
-
- [x] I tried using the `@types/xxxx` package and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
- [x] I understand that `@types` packag…
-
It would be great if the errors thrown by assume could include an `.expected` and `.actual` property, where applicable. These properties are used by some test frameworks (like [Mocha](https://mochajs…