-
## 🐛 Bug Report
Filing here for visibility, though it seems to be wholly caused by upgrading Puppeteer 23.4. (I wonder if it's to do with how jest-puppeteer initializes the browser?)
## To Repro…
-
A test failed on a tracked branch
```
Error: Timed out in waitForNextUpdate after 1000ms.
at waitForNextUpdate (/opt/buildkite-agent/builds/bk-agent-prod-gcp-1729271147113140979/elastic/kibana-on…
-
### Issue Description
I've been facing a problem when trying to write tests related to components from this library. I'm new to JS/TS, and don't know the ecosystem that well for now, so it may be s…
-
This CI step takes 10+ minutes now. It's slow because all the tests run in-band (serial rather than in parallel) so that they don't clobber each other's postgres db.
The tests could be made to ran in…
-
After v8 gets merged in, let's look at migrating from jest to vitest. `vitest` is way faster, and doesn't fall into the same traps `jest` does in terms of esm compatibility. Example attempt with Vue S…
-
After migrate from karma to jest i get error:
```
Test suite failed to run
/Users/przemyslawpietrzakfrontend/node_modules/lodash-es/find.js:1
({"Object.":function(module,exports,require,…
-
When we enable caching we get an error like `Error: Test process exited with signal SIGSEGV`.
Figure out why we're getting this, and fix the cause so we can enable caching.
Lines:
https://githu…
-
### Description
As it stated in the Lab7's description, we should create an outline for testing of frontend.
### Required Activities
- [x] Initialize a plan
- [x] Create example tests
- [x] Commi…
-
### Environment
1. `vscode-jest version`: v5.2.3
2. `node -v`: v18.12.0
3. `npm -v` or `yarn --version`: 8.19.2
4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected):
```
…
-
I would like to add tests for homepage using Jest. Kindly assign this issue to me.