Simen Bekkhus

Results 128 issues of Simen Bekkhus

**Motivation** Why not 😀 I just ran `yarn set version stable` **Test plan** CI

**Motivation** Extracted from #10792 to reduce the noise. It's just `yarn dedupe`. **Test plan** CI?

**Motivation** I got a syntax error formatting #10792, updating prettier fixes it **Test plan** Green CI? 😀

Why not 😀 I have no idea if the global types still work. They _should_.

### Introduction Metro resolves a custom field in `package.json` called `react-native`. This is not supported by Jest's default resolver - just like e.g. `module` isn't. This means different modules are...

### Introduction The React Native Jest preset currently sets up `jest-environment-node` as a test environment, see https://github.com/facebook/react-native/blob/4e70376dc722b6beb7b5b6d6c042b748a9ed14fd/jest-preset.js#L27. This environment does not properly emulate an RN environment, and leads to unnecessary...

## Description Doing `require('expect')` (or `require('@jest/globals')`) is not needed unless Jest is configured with [`injectGlobals: false`](https://jestjs.io/docs/configuration#injectglobals-boolean). So just using the global means less work. We probably don't even need the...

👋 I noticed you were on an old version when looking through the code, so I thought to update it. Main changes are: - Update RN, stop hoisting it and...

CLA Signed

https://github.com/jest-community/create-jest-runner/pull/148#discussion_r970593224 Diff in built files: ```diff diff --git i/build/createJestRunner.js w/build/createJestRunner.js index f285e8e..2286138 100644 --- i/build/createJestRunner.js +++ w/build/createJestRunner.js @@ -7,8 +7,6 @@ exports.default = createRunner; var _jestWorker = require("jest-worker"); var _pLimit...

### Bug or support request summary Bug ### Steps to reproduce See https://github.com/SimenB/storyshots-leak for example, but every single installation of storyshots (at least for React, haven't tested others) should reproduce...

help wanted
addon: storyshots
performance issue
todo