-
Result from `react-native info`
System:
OS: macOS 13.2.1
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Memory: 2.36 GB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
…
-
I had make a slider with `GlideJS`. This widget is working fine. But when I am writing the jest test. My Test is failing, it's saying `TypeError: Cannot read property 'querySelector' of undefined`. He…
-
- Identify critical components and functions that need to be tested within the React project.
- Unit tests will be created.
- Set up a testing framework, such as Jest, along with any necessary testing…
-
### Current behavior
Attempting to run Cypress tests against a site that implements Sub-Resource Integrity checks causes the browser to fail to load the data since it can't find a valid hash for the …
-
# Bug
I have a bigger project that uses this library quite heavily, but when including it in our jest testing suite I run into all kinds of errors.
I've made a minimal reproduction here: htt…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: win32
Arch: x…
-
Hi! I've successfully managed to eject my configuration and configured test-runner to execute my normal `*.test.ts` files. It works as expected, but these custom test files do not show up in coverage …
-
I found that `react-router.js` test is broken with latest version of `history` (currently @ `5.0.0`):
```sh
$ yarn upgrade history@latest
success Saved lockfile.
success Saved 1 new dependency.
…
-
With #14258 merged, Bake can finally be tried out in canary builds (usage guide at end of issue). However, it is missing many features and testing that make it currently unsuitible for production-grad…
-
First, thanks for the great book. I've found an issue while running tests of chapter 16's password example.
The tests failed with this error: `ReferenceError: randomIndex is not defined`.
The er…