-
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
Using Hono's starter template https://honojs.dev/docs/getting-started/cloudflare-workers/ running a test fails with the following message:
**Jest encountered an unexpected token**
```bash
Details…
-
`allure-jest` and `allure-playwright` in v3 by default adds labels, such as `package`, in my use case i already setting custom label `Package` for my tests, which causes problems in Allure Testops, do…
eklmv updated
1 month ago
-
Hi! I get an error when running my jest tests.
btw transformIgnorePatterns didn't help
```
/node_modules/react-hook-form-antd/dist/index.js:34
import { Form as AntdForm } from "antd";
…
-
`npm install jest --global` を追加する
-
**Link to project (GitHub)**: https://github.com/akauppi/firebase-jest-testing
**Describe the project in 2-3 sentences**:
Tools for testing Firebase back-end features, using Jest. This repo pro…
-
First of all, thanks for putting this template together!
One of the requirements of my project is to support unit testing through Jest, but if I run:
```sh
yarn test # "test": "node ./node_m…
-
**Is your feature request related to a problem? Please describe.**
Missing generation of selectors, facades, and specs using jest.
**Describe the solution you'd like**
Would be nice to be able to…
-
We're doing snapshot testing of our components using Jest and I'd like to take snapshots at all the defined queries we have set for a component (as classnames/elements are conditionally rendered based…