-
-
**Description**
There are couple of failing integration testnet tests, mainly connected to signing txs:
https://github.com/vechain/vechain-sdk-js/actions/runs/11722280164/job/32651476812
**Action**…
-
## Rationale
1. This was previously attempted by the automated dependabot job but the PR tests failed.
1. This issue has been created to fix the issue as there may be multiple dependency requirement…
-
See https://github.com/jestjs/jest/issues/15250
-
Tests von Templates (html.mock.ts) auf Jest-Snapshots umstellen.
Änderungen sind voraussichtlich notwendig in: https://www.npmjs.com/package/stencil-awesome-test
Siehe auch: https://jestjs.io/docs…
-
## Overview
When importing `import { DotLottieReact } from "@lottiefiles/dotlottie-react";`
To use the player jest will error with this:
```
● Test suite failed to run
Jest encounte…
-
Hello!
Thanks for this project, looks super promising! I'm trying to use it in https://github.com/microcks/microcks-testcontainers-node to test some Keycloak integration use-case but I'm facing iss…
-
Add testing scenarios for `xmtpClient`. On going, asked @rygine for help
-
**Environments:**
- Prettier Version: 3.3.3
- Running Prettier via: CLI
- Runtime: Node v23 (23.0.0 and 23.1.0 tested)
- Operating System: Linux
- Prettier plugins (if any):
- `@prettier/p…
-
**Is your feature request related to a problem? Please describe.**
As @ztefanie pointed out in #2889, we probably all regularly forget to mock modules when testing, especially because the tests still …