Nir Yosef

Results 6 issues of Nir Yosef

## Describe the bug I am using sinon-fake-timers together with jest, because jest's exposes only minimal part of sinon timers and I need more advanced capabilities. The thing is that...

I am using the [projects](https://jestjs.io/docs/configuration#projects-arraystring--projectconfig) in jest config, but no matter what I do it looks like jest ignores the typeahead plugin. if I remove the projects prop, everything works...

It looks like we are losing the original error here: https://github.com/vespaiach/axios-fetch-adapter/blob/main/index.js#L51 We need to pass the original also to createError()

I created a pull request with the solution of CollegeDev (https://github.com/amlcurran/ShowcaseView/issues/225) . I tested the solution on an LG device and it works.

Fixes #7879

type: accepted/enhancement
Navigation mock

I’m generating multiple bundles with Metro to load later from the native side. The problem is that the bundles aren’t isolated. Metro injects variables at the top of each bundle,...