Dimitri Kopriwa
Dimitri Kopriwa
> ```js > await subprocess; > ``` @ehmicky what you are doing here is a mistery, since when you can `await` a variable ?
We are completely stuck with the upgrade of jest with 50 tests failing due to timeout. Can't find info why and how to fix.
What's the point of using ts-jest if behind you still use babel for transpiling your code ?
Same here after upgrading ts-jest, jest, and react-native to latest.
Solved with: ``` jest.mock('react-native-text-input-mask', () => () => null) ``` Doc should be updated.
Thanks @luisfcerutti I was about to uninstall that module.
Also, I do see that https://www.npmjs.com/package/inquirer is a cli tool, what's the point of shipping it into our iOS/Android app ? Could this dependence be removed?
Hi @marandaneto , it's great, do you have an ETA for the 5.x release ? Meanwhile I presume we must switch to lodash the whole instead of picking everything.