-
### Version
29.7.0
### Steps to reproduce
Jest dependencies:
```
"jest-environment-jsdom": "^29.7.0",
"@jest/types": "^29.6.3",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29…
-
### Reporting a bug?
in Jest with testing-library the changing of the language does not really work. Only the first call to change this.$i18n.locale changes the locale actually and it stays that way …
-
Hi there :)
thanks a lot for your library! when I was unhappy with our old choice, this one seems likes a great replacement!
I'd have one question regarding jest testability though.
After switc…
-
**Is your feature request related to a problem? Please describe.**
Currently, it's impossible to add environment information, displayed on the main page of Allure report: https://allurereport.org/d…
-
Występuje problem:
- [ ] z zasobem REST API / with a REST API resource
- [ ] ze środowiskiem produkcyjnym / with the production environment
- [X] ze środowiskiem testowym / with the test enviro…
-
# 前端单测 jest 运行环境 - electron
选择最优的 jest 运行环境
[https://devrsi0n.com/articles/jest-environment-electron](https://devrsi0n.com/articles/jest-environment-electron)
-
### Version
29.2.5
### Steps to reproduce
use a tsconfig with
```
"module": "preserve",
"moduleResolution": "bundler",
"customConditions": [
"node",
…
-
Hi there. Another adventurer trying to migrate from `babel-jest` to `esbuild-jest`. I'm noticing that many tests which use `jest.mock` are failing with:
```
Do not import `@jest/globals` outside o…
-
Is there a way to reassign environment variables in a Jest test?
I'm using CRA v5 with `@import-meta-env/babel`, craco (not having to eject the app) and the babel transform function from https://gi…
-
### Description
sample code
```
import { PassioSDK } from '@passiolife/nutritionai-react-native-sdk-v3'
import { device } from 'detox'
describe('Example', () => {
beforeAll(async () => {
…