-
Apologies if this turns out to be a stupid configuration issue at our end, but hopefully this will help others besides us, if it gets resolved. Some background: we are using Yarn [PnP](https://yarnpkg…
-
## Expected Behavior
JavaScript `eval` not to be required.
## Actual Behavior
CSP violation error if CSP is not set to allow `unsafe-eval`. This issue was introduced in version 10.9.0. Vers…
-
I am trying to use babel-plugin-macros (specifically with the twin macro and tailwind) and while it works fine when running normally it fails with jest. This is the relevant part of my jest config:
…
-
Our RN app of which we want to create a web version from fails to serve due to `DynamicFonts` using `react-native-fs`.
```
➜ momo-app git:(staging) ✗ yarn web
yarn run v1.22.19
$ webpack serve …
-
## Overview
Currently, our overall set up and yarn scripts make it a little tricky to have optimal TypeScript support for unit tests in `packages`. This is because we re-use the same `tsconfig.json…
-
> ● Test suite failed to run
>
> Jest encountered an unexpected token
>
> This usually means that you are trying to import a file which Jest cannot parse, e.g. it's not plain JavaScrip…
-
Thanks for creating this example.
I can run it in the codeSandBox but when I git clone your sandbox locally.
a) minor: Its missing `ts-node`. So be it. I install `npm i ts-node`
b) minor: Its mis…
-
I'm trying to setup 2FA authentication on my react native application but `verifyPhoneNumberForMultiFactor` throw `auth/internal-error` on iOS.
Here is the code:
```
async function send2FaVer…
-
-
I've been having trouble with imports failing when running tests on the file that has `retry-axios` imported.
This error only appears when running tests with jest ever since jest v28 update.
I get n…