-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
When importing from `@open-wc/testing`, chai is automatically configured for `karma-esm`
But if a user wants to apply their own chai plugins, they can experience failure in a few different ways:
1…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
So the existing `displayed` property of chai-dom doesn't work when the element is inside the Shadow DOM.
The workaround for that is to use `getRootNode` to check if the element is inside the `docum…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
9.13.3
### Which area(s) of pnpm are affected? (leave empty if unsure)
_No r…
-
# Issue
When I run PhantomJS with Karma as a grunt task, I run out of memory at about 350 tests into the 2,500. The problem doesn't happen with Chrome or Firefox.
# Karma.Conf
My Karma.conf.js has t…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm trying to get `chai-as-promised` working with `chai-bignumber`, and run into the same issue described in #70: if I call `chai.use(require('chai-as-promised'))` on both files, the test suite breaks…
-
It fetches swiftformat and ChaiTools Fastlane scripts, but cannot find bootstrap_chai_tools_setup lane.
Here is part of the log :
```
Running `fastlane bootstrap_chai_tools_setup`
+----------…
-
Does anyone know if it's possible to create flow declarations for chai plugins?
For example, the `chai-as-promised` plugin adds methods like `.rejectedWith(error)` to `chai.expect()`, so you could …