-
In Jest 23, an interactive snapshot mode was added, allowing you to step through your failing JSON snapshots using `-- -i` in the command line. Unfortunately, that command is not implemented in this l…
-
Hi! First of all, thanks for such a great project 👏 I have a question. I'm using the library and I'm wondering what's the range of ``failureThreshold`` you can pass as a parameter when adding the cypr…
-
We are refactoring our existing code to use ttag. We have some JSX that looks like this:
```Hello, ```
then we change this to use ttag:
```{t`Hello, `}```
when we run our…
-
### What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
I've created a…
-
## 🐛 Bug Report
Jest is slow on windows machines.
## To Reproduce
Anyone with a windows desktop machine.
## Expected behavior
It should be lightning fast.
## Run `npx envinfo --pre…
-
## Environment
docker --version: Docker version 20.10.6, build 370c289
## Expected Behavior
`npm test` should run properly
## Current Behavior
`npm test` segfaults:
```
# npm test
> t…
-
* **Version**: 9.7.1
* **Platform**: Darwin miless-mbp.lan 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64
* **Subsystem**:
It seems …
-
When using a simple snapshot test with import done as below, jest test fail.
```
TypeError: Invalid value used as weak map key
at WeakMap.set ()
3 | import Circles from "react-…
-
``` javascript
// html as follow 👇👇
//
const { transform } = window.getComputedStyle(document.querySelector('#test'))
console.log(transform)
```
The above code will output `translate3d(0p…
-
## CVE-2024-4068 - High Severity Vulnerability
Vulnerable Libraries - braces-1.8.5.tgz, braces-2.3.2.tgz, braces-3.0.2.tgz
braces-1.8.5.tgz
Fastest brace expansion for node.js, with the most compl…